homebrew-cask/Casks/snipaste.rb

19 lines
535 B
Ruby

cask 'snipaste' do
version '2.4-Beta'
sha256 '524da9e5f0448b014a3db1f1e57c3974f98b0539f694e1f7341fd5507b241bc5'
# 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