homebrew-cask/Casks/lektor.rb

14 lines
521 B
Ruby
Raw Normal View History

2016-02-02 12:19:47 +08:00
cask 'lektor' do
2017-07-22 03:29:48 +08:00
version '3.0.1'
sha256 '112e42681bb86840261ee456f632f5e2807b5d24e41a2e84046f1586379e3572'
2016-02-02 12:19:47 +08:00
2016-07-05 05:33:11 +08:00
# github.com/lektor/lektor was verified as official when first introduced to the cask
2016-02-02 12:19:47 +08:00
url "https://github.com/lektor/lektor/releases/download/#{version}/Lektor-#{version}.dmg"
appcast 'https://github.com/lektor/lektor/releases.atom',
2017-07-22 03:29:48 +08:00
checkpoint: 'd96a45877cbbf6b254a0204ad7da6a9b52a4b568a76fabb52db1ad3a726c87ea'
2016-02-02 12:19:47 +08:00
name 'Lektor'
homepage 'https://www.getlektor.com/'
app 'Lektor.app'
end