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.
14 lines
384 B
Ruby
14 lines
384 B
Ruby
cask "bossa" do
|
|
version "1.9.1"
|
|
sha256 "ef325525d2ce1fa6078732e5aa0c16cf78114bd3cf867016c4b948022d1cb31f"
|
|
|
|
url "https://github.com/shumatech/BOSSA/releases/download/#{version}/bossa-#{version}.dmg",
|
|
verified: "github.com/shumatech/BOSSA/"
|
|
name "bossa"
|
|
homepage "https://www.shumatech.com/web/products/bossa"
|
|
|
|
app "BOSSA.app"
|
|
binary "bossac"
|
|
binary "bossash"
|
|
end
|