Files
homebrew-cask/Casks/c/catch.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
486 B
Ruby

cask "catch" do
version "2.3"
sha256 "8e138ec2c3e2d2a9f66eabc534f32f3ca64a3cd967b8896a3feddd438b391411"
url "https://github.com/mipstian/catch/releases/download/#{version}/Catch-#{version}.zip",
verified: "github.com/mipstian/catch/"
name "Catch"
desc "Broadcatching made easy"
homepage "https://www.giorgiocalderolla.com/catch.html"
depends_on macos: ">= :el_capitan"
app "Catch.app"
zap trash: "~/Library/Preferences/org.giorgiocalderolla.Catch.plist"
end