homebrew-cask/Casks/nimble.rb

23 lines
987 B
Ruby

cask 'nimble' do
version '1.2.0'
sha256 '359c8a5cb03a1765c8c19a8d1cf32572add70fe125667ecd8096291e82214236'
# github.com/madebybright/Nimble was verified as official when first introduced to the cask
url "https://github.com/madebybright/Nimble/releases/download/#{version}/Nimble-v#{version}.dmg"
appcast 'https://github.com/madebybright/Nimble/releases.atom',
checkpoint: '76808af114e5f97ddf988bbee9f1fa2d08920f9920b3daa4e288ed4fb3a8d327'
name 'Nimble'
homepage 'http://madebybright.com'
license :mit
app 'Nimble.app'
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',
]
end