Files
homebrew-cask/Casks/b/bossa.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

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