homebrew-cask/Casks/pixelsnap.rb

24 lines
715 B
Ruby

cask "pixelsnap" do
version "2.4.3"
sha256 "5a01820c1163cab3b5625cdeee09e84c52d07b6e3171bfb1234fea786750f16f"
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"
desc "Screen measuring tool"
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