homebrew-cask/Casks/catch.rb

14 lines
544 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'catch' do
2016-06-05 04:41:24 +08:00
version '1.9.4'
sha256 'a57c48fabe764c3bfe06747f669912b7e9787fa830e30b6d31640d44540c2414'
2016-02-12 06:06:39 +08:00
# github.com/mipstian/catch was verified as official when first introduced to the cask
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',
2016-06-05 04:41:24 +08:00
checkpoint: '0b4257bc1e21f6c4ccc16c4b3f7f16da6106cfae5bd22b18c960a6991b0463dc'
2015-03-25 11:01:35 +08:00
name 'Catch'
2016-11-15 07:18:49 +08:00
homepage 'https://www.giorgiocalderolla.com/index.html#catch'
2014-09-16 00:05:21 +08:00
app 'Catch.app'
end