homebrew-cask/Casks/catch.rb

13 lines
455 B
Ruby

cask "catch" do
version "1.9.4"
sha256 "a57c48fabe764c3bfe06747f669912b7e9787fa830e30b6d31640d44540c2414"
# github.com/mipstian/catch/ was verified as official when first introduced to the cask
url "https://github.com/mipstian/catch/releases/download/#{version}/Catch-#{version}.zip"
appcast "https://github.com/mipstian/catch/releases.atom"
name "Catch"
homepage "https://www.giorgiocalderolla.com/index.html#catch"
app "Catch.app"
end