homebrew-cask/Casks/cleanshot.rb

23 lines
654 B
Ruby

cask "cleanshot" do
version "3.3.2"
sha256 "d7c634058b60dde7ed6a5c10727fc208032c1aaacc8740e6c00351f43e2f118e"
url "https://updates.getcleanshot.com/v#{version.major}/CleanShot-X-#{version}.dmg"
appcast "https://updates.getcleanshot.com/v#{version.major}/appcast.xml"
name "CleanShot"
homepage "https://getcleanshot.com/"
auto_updates true
app "CleanShot X.app"
uninstall quit: "pl.maketheweb.cleanshotx"
zap trash: [
"~/Library/Application Support/CleanShot",
"~/Library/Caches/SentryCrash/CleanShot X",
"~/Library/Caches/pl.maketheweb.cleanshotx",
"~/Library/Preferences/pl.maketheweb.cleanshotx.plist",
]
end