homebrew-cask/Casks/catch.rb

14 lines
455 B
Ruby

cask :v1 => 'catch' do
version '1.9.1'
sha256 'f9aded779d56f679fc638a6a31b2cf1a1f1e00c9aeaca931c3eca656feb53d41'
# github.com is the official download host per the vendor homepage
url "https://github.com/mipstian/catch/releases/download/#{version}/Catch-#{version}.zip"
appcast 'https://github.com/mipstian/catch/releases.atom'
name 'Catch'
homepage 'http://www.giorgiocalderolla.com/index.html#catch'
license :oss
app 'Catch.app'
end