homebrew-cask/Casks/inkdrop.rb

21 lines
775 B
Ruby

cask 'inkdrop' do
version '3.25.4'
sha256 '82fd6ba4aea97630b44bd2cb8dbba152aaacaa656c169328332a9741391283b2'
# 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