homebrew-cask/Casks/inkdrop.rb

21 lines
777 B
Ruby

cask 'inkdrop' do
version '4.3.4'
sha256 'f64d982e942dabc14d78421d76106a24e8493ca988d3abd56b65446d9efbc81d'
# 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://api.inkdrop.app/update/links'
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