homebrew-cask/Casks/inkdrop.rb

21 lines
775 B
Ruby

cask 'inkdrop' do
version '3.22.3'
sha256 'cf3e870cd38a9b85751d3f3cc8f61e0bffd7fc4d0a5e2587f345d3c939e688c9'
# d3ip0rje8grhnl.cloudfront.net was verified as official when first introduced to the cask
url "https://d3ip0rje8grhnl.cloudfront.net/v#{version}/Inkdrop-#{version}-Mac.zip"
appcast 'https://doc.inkdrop.info/releases'
name 'Inkdrop'
homepage 'https://www.inkdrop.info/'
app 'Inkdrop.app'
zap trash: [
'~/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