homebrew-cask/Casks/lepton.rb

21 lines
839 B
Ruby

cask 'lepton' do
version '1.6.1'
sha256 'ec87c4966a74cff76ca2941224b420dd4f23656cab00460e2ed53bd16a3ad32a'
# 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: '9e543f576ceac7570ba32f656a0ff6e7aea2b881cb76905416409159991faad0'
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