homebrew-cask/Casks/lepton.rb

21 lines
839 B
Ruby
Raw Normal View History

2017-03-05 01:07:45 +08:00
cask 'lepton' do
2018-04-09 19:36:53 +08:00
version '1.6.2'
sha256 '0a83b7b90bec91756e4c981fe06d3609d24220d68c36bf3118ce44bd2dc03deb'
2017-03-05 01:07:45 +08:00
# github.com/hackjutsu/Lepton was verified as official when first introduced to the cask
url "https://github.com/hackjutsu/Lepton/releases/download/v#{version}/Lepton-#{version}-mac.zip"
appcast 'https://github.com/hackjutsu/Lepton/releases.atom',
2018-04-09 19:36:53 +08:00
checkpoint: 'd646e270c8af5900f96f0704c992b342be48339f526ba6ccb98d7b680e432b8d'
2017-03-05 01:07:45 +08:00
name 'Lepton'
homepage 'http://hackjutsu.com/Lepton/'
app 'Lepton.app'
2017-09-09 16:23:35 +08:00
2017-11-18 18:26:11 +08:00
zap trash: [
'~/Library/Application Support/Lepton',
'~/Library/Preferences/com.cosmox.lepton.helper.plist',
'~/Library/Preferences/com.cosmox.lepton.plist',
'~/Library/Saved Application State/com.cosmox.lepton.savedState',
]
2017-03-05 01:07:45 +08:00
end