homebrew-cask/Casks/muzzle.rb

14 lines
353 B
Ruby
Raw Normal View History

cask 'muzzle' do
2018-10-09 11:15:50 +08:00
version '1.5,304'
2018-10-06 23:16:34 +08:00
sha256 '2f3c3c839787408d5b991651b5ba25323a12904b4d155e8074f68e7afea3f845'
2018-10-09 11:15:50 +08:00
url "https://muzzleapp.com/binaries/muzzle-#{version.after_comma}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://muzzleapp.com/api/1/appcast.xml'
name 'Muzzle'
homepage 'https://muzzleapp.com/'
depends_on macos: '>= :el_capitan'
app 'Muzzle.app'
end