homebrew-cask/Casks/trailer.rb

23 lines
785 B
Ruby

cask "trailer" do
version "1.7.4"
sha256 "8a7d297cce61df2cd46995a685d71f8f1a384352a58a77dc72843b4545d22c65"
url "https://github.com/ptsochantaris/trailer/releases/download/#{version}/Trailer-#{version.no_dots}.zip",
verified: "github.com/ptsochantaris/trailer/"
appcast "https://github.com/ptsochantaris/trailer/releases.atom"
name "Trailer"
desc "Managing Pull Requests and Issues For GitHub & GitHub Enterprise"
homepage "https://ptsochantaris.github.io/trailer/"
app "Trailer.app"
uninstall quit: "com.housetrip.Trailer"
zap trash: [
"~/Library/Application Support/com.housetrip.Trailer",
"~/Library/Caches/com.housetrip.Trailer",
"~/Library/Group Containers/group.Trailer",
"~/Library/Preferences/com.housetrip.Trailer.plist",
]
end