homebrew-cask/Casks/lektor.rb

14 lines
519 B
Ruby
Raw Normal View History

2016-02-02 12:19:47 +08:00
cask 'lektor' do
2016-07-26 05:20:57 +08:00
version '2.3'
sha256 '42b78c60a13fe2c58b238878b020677661cb410f753136a0a6b7f9165de49b31'
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-05-14 01:58:48 +08:00
checkpoint: '5c3be26bd3bdd6849048dacfcf92fc6976e9e901325fbb6066c144e933e63648'
2016-02-02 12:19:47 +08:00
name 'Lektor'
homepage 'https://www.getlektor.com/'
app 'Lektor.app'
end