homebrew-cask/Casks/inkdrop.rb

22 lines
901 B
Ruby

cask 'inkdrop' do
version '3.1.1'
sha256 '9c4bc1ea26c9f447dc2b7eb9c22228b4f2a009a3da5770cfb375bb6ce21792b0'
# github.com/inkdropapp was verified as official when first introduced to the cask
url "https://github.com/inkdropapp/releases/releases/download/v#{version}/Inkdrop-#{version}-Mac.zip"
appcast 'https://github.com/inkdropapp/releases/releases.atom',
checkpoint: 'e9d0f7b3d30ba6fe5dd7ed349b06fafc7e5573d41a6f2fab42560ac6df86c1d8'
name 'Inkdrop'
homepage 'https://www.inkdrop.info/'
app 'Inkdrop.app'
zap delete: [
'~/Library/Application Support/inkdrop',
'~/Library/Saved Application State/info.pkpk.inkdrop.savedState',
'~/Library/Caches/info.pkpk.inkdrop',
'~/Library/Preferences/info.pkpk.inkdrop.plist',
'~/Library/Preferences/info.pkpk.inkdrop.helper.plist',
]
end