homebrew-cask/Casks/catch.rb

15 lines
537 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'catch' do
2015-11-13 03:28:47 +08:00
version '1.9.3'
sha256 'a68ec939abe55d25b992047a6f88b448f9aad25b545c2e9b137e00296c40eec1'
2015-01-17 10:29:28 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 20:08:49 +08:00
url "https://github.com/mipstian/catch/releases/download/#{version}/Catch-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mipstian/catch/releases.atom',
:sha256 => '1ec55b0baef1cc8729e826f130133bb1fd3c291bb87251111a0a2ed1d7289a0a'
2015-03-25 11:01:35 +08:00
name 'Catch'
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