homebrew-cask/Casks/lepton.rb

21 lines
839 B
Ruby

cask 'lepton' do
version '1.5.0'
sha256 '39573e57c20fcffa9337071340338cf4959518d883329a3c3180eeffa0a839d8'
# 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',
checkpoint: '42ddce023835af0311e8971bb971ab2fe0759fbdeb2573cb36c6f754803ef879'
name 'Lepton'
homepage 'http://hackjutsu.com/Lepton/'
app 'Lepton.app'
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',
]
end