Files
homebrew-cask/Casks/k/koala.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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