homebrew-cask/Casks/ndm.rb

21 lines
793 B
Ruby
Raw Normal View History

cask 'ndm' do
2017-04-04 21:32:04 +08:00
version '1.1.1'
sha256 '561d370450f39713e29e42c3971e02c44f071de21402ff8533706afdda38302b'
# 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-15 06:49:02 +08:00
checkpoint: '8c1048c46c654a57cac40d4d076070577f15f3a263690909c07dafe236858c78'
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