homebrew-cask/Casks/catch.rb

13 lines
476 B
Ruby
Raw Normal View History

2014-11-14 01:25:32 +08:00
cask :v1 => 'catch' do
2015-01-17 10:51:49 +08:00
version '1.9.1'
sha256 'f9aded779d56f679fc638a6a31b2cf1a1f1e00c9aeaca931c3eca656feb53d41'
2014-09-26 20:08:49 +08:00
url "https://github.com/mipstian/catch/releases/download/#{version}/Catch-#{version}.zip"
2014-10-15 23:43:47 +08:00
appcast 'https://raw.github.com/mipstian/catch/master/update/appcast.xml',
:sha256 => 'd559363812ead3090bf597711821d4e47dd281e7695f4e377767fffd56637a2d'
2014-12-25 02:02:33 +08:00
homepage 'http://www.giorgiocalderolla.com/index.html#catch'
2014-10-01 23:32:37 +08:00
license :oss
2014-09-16 00:05:21 +08:00
app 'Catch.app'
end