homebrew-cask/Casks/muzzle.rb

15 lines
416 B
Ruby
Raw Normal View History

cask 'muzzle' do
2017-09-14 09:56:30 +08:00
version '1.3'
sha256 'e76e5f5358e8749e7fe2294fee3717ac7327e79eff227430bf3d8f601684a0e6'
url 'https://muzzleapp.com/binaries/muzzle.zip'
appcast 'https://muzzleapp.com/api/1/appcast.xml',
2017-09-14 09:56:30 +08:00
checkpoint: '738534763ca3af3ebc7db7b38bde7ec4c00c6474589e94b07164324ed05a5286'
name 'Muzzle'
homepage 'https://muzzleapp.com/'
depends_on macos: '>= :el_capitan'
app 'Muzzle.app'
end