homebrew-cask/Casks/snipaste.rb

19 lines
536 B
Ruby

cask 'snipaste' do
version '2.2.5-Beta'
sha256 'b4a3823204158d6246d965820e8bf6f597a386b2b5e595726589eb5ef415586b'
# bitbucket.org/liule/snipaste was verified as official when first introduced to the cask
url "https://bitbucket.org/liule/snipaste/downloads/Snipaste-#{version}.dmg"
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