Files
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

18 lines
382 B
Ruby

cask "orca" do
version "1.3.1"
sha256 "79b1b346df9113cd56e545b223a73179801116ca9e009f3c5fe0fac97c0df1ab"
url "https://github.com/plotly/orca/releases/download/v#{version}/mac-release.zip"
name "Orca"
homepage "https://github.com/plotly/orca/"
livecheck do
url :url
strategy :github_latest
end
container nested: "orca-#{version}.dmg"
app "orca.app"
end