homebrew-cask/Casks/bossa.rb

15 lines
488 B
Ruby
Raw Normal View History

2019-07-19 22:19:50 +08:00
cask 'bossa' do
version '1.9.1'
sha256 'ef325525d2ce1fa6078732e5aa0c16cf78114bd3cf867016c4b948022d1cb31f'
# github.com/shumatech/BOSSA was verified as official when first introduced to the cask
url "https://github.com/shumatech/BOSSA/releases/download/#{version}/bossa-#{version}.dmg"
appcast 'https://github.com/shumatech/BOSSA/releases.atom'
name 'bossa'
homepage 'https://www.shumatech.com/web/products/bossa'
2019-07-19 22:19:50 +08:00
app 'BOSSA.app'
binary 'bossac'
binary 'bossash'
end