mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
369 B
Ruby
17 lines
369 B
Ruby
cask "koala" do
|
|
version "2.3.0"
|
|
sha256 "6494408132c8818956a0a0423ed284120506bad0d5dc2349e8ffa7e16c9696bc"
|
|
|
|
url "https://github.com/oklai/koala/releases/download/v#{version}/Koala.dmg",
|
|
verified: "github.com/oklai/koala/"
|
|
name "Koala"
|
|
homepage "http://koala-app.com/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "Koala.app"
|
|
end
|