homebrew-cask/Casks/catch.rb

13 lines
468 B
Ruby
Raw Normal View History

2014-11-14 01:25:32 +08:00
cask :v1 => 'catch' do
2014-09-05 01:04:08 +08:00
version '1.8'
sha256 '0fd58d79ba869583406b7aa9ed707e4c77480417da9f09805f1497098fbbb138'
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'
homepage 'http://www.giorgiocalderolla.com/index.html'
2014-10-01 23:32:37 +08:00
license :oss
2014-09-16 00:05:21 +08:00
app 'Catch.app'
end