homebrew-cask/Casks/schnapps.rb

18 lines
443 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'schnapps' do
2015-01-18 11:09:47 +08:00
version :latest
sha256 :no_check
url 'https://d15xn61otjv90c.cloudfront.net/download/Schnapps_latest.zip'
2015-06-01 04:52:52 +08:00
appcast 'http://schnappsformac.com/download/appcast.xml',
:sha256 => '1fa261b1b268b99f43353523c760d602ae10e41ae1a7daeadeb98e9d9fae4f4b'
name 'Schnapps'
homepage 'http://schnappsformac.com/'
2015-10-29 03:54:48 +08:00
license :commercial
2014-09-16 00:06:16 +08:00
app 'Schnapps.app'
postflight do
suppress_move_to_applications
end
end