homebrew-cask/Casks/ndm.rb

21 lines
793 B
Ruby
Raw Normal View History

cask 'ndm' do
2017-05-31 02:04:25 +08:00
version '1.2.0'
sha256 '7feea9270a35f5c3675abec49c6c38e83796f2a9c81040a190932d069e68a921'
# github.com/720kb/ndm was verified as official when first introduced to the cask
2017-01-04 09:52:14 +08:00
url "https://github.com/720kb/ndm/releases/download/v#{version}/ndm-#{version}.dmg"
appcast 'https://github.com/720kb/ndm/releases.atom',
2017-05-31 02:04:25 +08:00
checkpoint: 'deffc1ffb8ea98e4a32a511c4721cc971e874a1310211bdfbec784f544f9403f'
name 'ndm'
2016-12-18 21:02:53 +08:00
homepage 'https://720kb.github.io/ndm/'
app 'ndm.app'
2017-04-04 21:32:04 +08:00
zap delete: [
'~/Library/Application Support/ndm',
'~/Library/Preferences/net.720kb.ndm.helper.plist',
'~/Library/Preferences/net.720kb.ndm.plist',
'~/Library/Saved Application State/net.720kb.ndm.savedState',
]
end