homebrew-cask/Casks/lepton.rb

20 lines
746 B
Ruby

cask 'lepton' do
version '1.8.1'
sha256 'f73c3633c4bde64e071b8f042baafe1f1ee4acb0faee30c0cbc8592e10600d11'
# 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}.dmg"
appcast 'https://github.com/hackjutsu/Lepton/releases.atom'
name 'Lepton'
homepage 'https://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