homebrew-cask/Casks/snipaste.rb

19 lines
493 B
Ruby

cask "snipaste" do
version "2.5.6-Beta"
sha256 "be7a86cd8212996ddd548b309b8e03d1c6433636fe278103a5d479a2677892f0"
url "https://bitbucket.org/liule/snipaste/downloads/Snipaste-#{version}.dmg",
verified: "bitbucket.org/liule/snipaste/"
appcast "https://www.snipaste.com/download.html"
name "Snipaste"
homepage "https://www.snipaste.com/"
auto_updates true
app "Snipaste.app"
uninstall quit: "com.Snipaste"
zap trash: "~/Library/Preferences/com.Snipaste.plist"
end