homebrew-cask/Casks/lepton.rb

14 lines
537 B
Ruby
Raw Normal View History

2017-03-05 01:07:45 +08:00
cask 'lepton' do
2017-05-16 11:58:09 +08:00
version '1.2.2'
sha256 'f829674b3c4bc37b429c50cb4a1ebd3a44e2aa4a198c10fb68344a24c496a263'
2017-03-05 01:07:45 +08:00
# 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',
2017-05-16 11:58:09 +08:00
checkpoint: '77ddd48b815605224488b1015e11da14d82a3481cf4c14018f9b008aa0c2324a'
2017-03-05 01:07:45 +08:00
name 'Lepton'
homepage 'http://hackjutsu.com/Lepton/'
app 'Lepton.app'
end