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.
13 lines
394 B
Ruby
13 lines
394 B
Ruby
cask "kakapo" do
|
|
version "1.3.0"
|
|
sha256 "4f89f2d651b88e7c13bce3cccefc4929e83a5f509dae102f071ecd80aab9d524"
|
|
|
|
url "https://github.com/bluedaniel/Kakapo-app/releases/download/v#{version}/Kakapo-#{version}-Mac.zip",
|
|
verified: "github.com/bluedaniel/Kakapo-app/"
|
|
name "Kakapo"
|
|
desc "Open-source ambient sound mixer"
|
|
homepage "http://www.kakapo.co/app.html"
|
|
|
|
app "Kakapo.app"
|
|
end
|