homebrew-cask/Casks/lepton.rb

21 lines
839 B
Ruby

cask 'lepton' do
version '1.5.1'
sha256 'cc88cdeef38bd3023237ceb6b33efdfcfcfe8b7dfd065609234ee9a4e69eb5c3'
# 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: '40a55bd5f283759cde6523c72c27aa0d64ef4263be9beee3bbc209221c8ae823'
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