Update lepton: zap (#38412)

This commit is contained in:
commitay 2017-09-09 18:23:35 +10:00 committed by GitHub
parent ad65842999
commit 02ee3ead69
1 changed files with 8 additions and 1 deletions

View File

@ -5,9 +5,16 @@ cask 'lepton' do
# github.com/hackjutsu/Lepton was verified as official when first introduced to the cask # 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" url "https://github.com/hackjutsu/Lepton/releases/download/v#{version}/Lepton-#{version}-mac.zip"
appcast 'https://github.com/hackjutsu/Lepton/releases.atom', appcast 'https://github.com/hackjutsu/Lepton/releases.atom',
checkpoint: '124c8050699216554e54dcd4879081179dd43ad5ed9ebdc0223d26800a776979' checkpoint: '88a670eba018a3308f3c157e3ec544bf44db6fa2b8c4b65b289c064af3b3f500'
name 'Lepton' name 'Lepton'
homepage 'http://hackjutsu.com/Lepton/' homepage 'http://hackjutsu.com/Lepton/'
app 'Lepton.app' app 'Lepton.app'
zap delete: '~/Library/Saved Application State/com.cosmox.lepton.savedState',
trash: [
'~/Library/Application Support/Lepton',
'~/Library/Preferences/com.cosmox.lepton.helper.plist',
'~/Library/Preferences/com.cosmox.lepton.plist',
]
end end