homebrew-cask/Casks/catch.rb

12 lines
375 B
Ruby
Raw Normal View History

class Catch < Cask
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-06-03 01:38:01 +08:00
appcast 'https://raw.github.com/mipstian/catch/master/update/appcast.xml'
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