homebrew-cask/Casks/catch.rb

14 lines
455 B
Ruby
Raw Normal View History

2014-11-14 01:25:32 +08:00
cask :v1 => 'catch' do
2015-05-05 05:21:01 +08:00
version '1.9.2'
sha256 '4bc7e9dbfaf11581f6caf63fd57e8df1e45245da0980656a748cf31ff6cff162'
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-03-15 19:47:47 +08:00
appcast 'https://github.com/mipstian/catch/releases.atom'
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