homebrew-cask/Casks/scrup.rb

19 lines
521 B
Ruby
Raw Normal View History

2015-03-06 00:13:44 +08:00
cask :v1_1 => 'scrup' do
version '1.3.3'
sha256 '5004222db9a6ddd4e6cb525d00e95f8a38e9fb623bc1397e5258b2ef2c4bd3b0'
2015-01-18 11:12:24 +08:00
# hunch.se is the official download host per the vendor homepage
2014-09-26 20:09:10 +08:00
url "http://data.hunch.se/scrup/Scrup-#{version}-bd23160.zip"
2014-10-15 23:43:54 +08:00
appcast 'https://s.rsms.me/scrup/appcast.xml',
:sha256 => '140f4487d00bb157286f261bfddb8f7a8c29a4fc2e53a63119bdbe1c828a6d00'
2015-01-05 05:46:50 +08:00
name 'Scrup'
2012-03-11 01:31:44 +08:00
homepage 'https://github.com/rsms/scrup'
license :mit
2014-09-16 00:06:16 +08:00
app 'Scrup.app'
2015-01-27 01:03:33 +08:00
caveats do
discontinued
end
2012-03-11 01:31:44 +08:00
end