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-03-25 05:49:01 +08:00
version '1.6.1'
sha256 'ec87c4966a74cff76ca2941224b420dd4f23656cab00460e2ed53bd16a3ad32a'
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-03-25 05:49:01 +08:00
checkpoint: '9e543f576ceac7570ba32f656a0ff6e7aea2b881cb76905416409159991faad0'
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