homebrew-cask/Casks/pixelsnap.rb

23 lines
684 B
Ruby

cask "pixelsnap" do
version "2.3.5"
sha256 "1dbe1cc23f630111e90bea6819b12d4950ff052bb1c097706e117ffc3b9d11d0"
url "https://updates.getpixelsnap.com/v#{version.major}/PixelSnap-#{version.major}-#{version}.dmg"
appcast "https://updates.getpixelsnap.com/v#{version.major}/appcast.xml"
name "PixelSnap"
homepage "https://getpixelsnap.com/"
auto_updates true
app "PixelSnap #{version.major}.app"
uninstall quit: "pl.maketheweb.pixelsnap2"
zap trash: [
"~/Library/Application Support/PixelSnap",
"~/Library/Caches/SentryCrash/PixelSnap 2",
"~/Library/Caches/pl.maketheweb.pixelsnap2",
"~/Library/Preferences/pl.maketheweb.pixelsnap2.plist",
]
end