homebrew-cask/Casks/lepton.rb

20 lines
749 B
Ruby

cask 'lepton' do
version '1.7.0'
sha256 'be78582f86b5b77ff9a2ffc2cd23d736c2625d2333f79e80b70eaaca6804cc5a'
# 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'
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