homebrew-cask/Casks/nimble.rb

23 lines
966 B
Ruby
Raw Normal View History

2016-02-13 07:28:03 +08:00
cask 'nimble' do
2016-08-07 06:58:08 +08:00
version '1.3.3'
sha256 'ce669fc631ac88033d153b0096dbaef7809666ff8a6d7b4c932af83756207641'
2016-02-13 07:28:03 +08:00
2016-07-23 19:09:19 +08:00
# github.com/Maybulb/Nimble was verified as official when first introduced to the cask
url "https://github.com/Maybulb/Nimble/releases/download/#{version}/Nimble-#{version}.dmg"
appcast 'https://github.com/Maybulb/Nimble/releases.atom',
2016-08-07 06:58:08 +08:00
checkpoint: '1fbfbe392a526e27648c7a354ccde21e759d7da604afb196c90453974df23e69'
2016-02-13 07:28:03 +08:00
name 'Nimble'
2016-07-23 19:09:19 +08:00
homepage 'http://maybulb.com'
2016-02-13 07:28:03 +08:00
license :mit
app 'Nimble.app'
2016-04-30 15:26:51 +08:00
zap delete: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.nimble.sfl',
'~/Library/Application Support/Nimble',
'~/Library/Caches/Nimble',
'~/Library/Preferences/com.electron.nimble.plist',
'~/Library/Saved Application State/com.electron.nimble.savedState',
]
2016-02-13 07:28:03 +08:00
end