homebrew-cask/Casks/nimble.rb

24 lines
1.0 KiB
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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/Maybulb/Nimble/releases.atom'
2016-02-13 07:28:03 +08:00
name 'Nimble'
2018-10-07 13:41:35 +08:00
homepage 'https://maybulb.com/'
2016-02-13 07:28:03 +08:00
app 'Nimble.app'
2016-04-30 15:26:51 +08:00
2017-11-18 18:04:15 +08:00
zap trash: [
'~/.nimble-options.json',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.nimble.sfl*',
'~/Library/Application Support/com.electron.nimble.ShipIt',
'~/Library/Application Support/Nimble',
'~/Library/Caches/com.electron.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