homebrew-cask/Casks/inkdrop.rb

21 lines
775 B
Ruby

cask 'inkdrop' do
version '3.24.0'
sha256 'fa32d5f7fb8f0ae63568ff139415f1e6be08b51001281d9216cd7bb537d33558'
# 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