homebrew-cask/Casks/inkdrop.rb

22 lines
901 B
Ruby
Raw Normal View History

2016-09-28 17:18:29 +08:00
cask 'inkdrop' do
2017-05-02 02:13:40 +08:00
version '3.4.2'
sha256 '74d3d20b4ee3995289ae433bd5f4fbfd248c59269fdd8502fdccfdc0dc963ca4'
2016-09-28 17:18:29 +08:00
2016-12-14 07:35:56 +08:00
# 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',
2017-05-02 02:13:40 +08:00
checkpoint: 'cfc1a3896af65b8e081c637e30b04fd868613ebdf2f92817a0ee99388e29634e'
2016-09-28 17:18:29 +08:00
name 'Inkdrop'
homepage 'https://www.inkdrop.info/'
2016-09-28 17:18:29 +08:00
2016-12-14 07:35:56 +08:00
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',
]
2016-09-28 17:18:29 +08:00
end