homebrew-cask/Casks/lepton.rb

20 lines
749 B
Ruby
Raw Normal View History

2017-03-05 01:07:45 +08:00
cask 'lepton' do
2018-08-18 00:44:55 +08:00
version '1.7.0'
sha256 'be78582f86b5b77ff9a2ffc2cd23d736c2625d2333f79e80b70eaaca6804cc5a'
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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/hackjutsu/Lepton/releases.atom'
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