homebrew-cask/Casks/pixelsnap.rb

23 lines
684 B
Ruby
Raw Normal View History

cask "pixelsnap" do
version "2.3.4"
sha256 "3e509e78e328dac3f0e7d663623a7a875fe3bc2cf4aa723bf15c93c03300ddd5"
2019-10-19 23:42:47 +08:00
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/"
2019-10-19 23:42:47 +08:00
auto_updates true
2019-10-19 23:42:47 +08:00
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",
]
2019-10-19 23:42:47 +08:00
end