homebrew-cask/Casks/lektor.rb

13 lines
431 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/lektor/lektor/releases.atom'
2016-02-02 12:19:47 +08:00
name 'Lektor'
homepage 'https://www.getlektor.com/'
app 'Lektor.app'
end