homebrew-cask/Casks/lektor.rb

15 lines
532 B
Ruby
Raw Normal View History

2016-02-02 12:19:47 +08:00
cask 'lektor' do
2016-02-05 05:12:31 +08:00
version '1.2.1'
sha256 'd6d984eddcefcae9397e1fb10d96f2fd61324a9f2a7008cea4edad2ee8743feb'
2016-02-02 12:19:47 +08:00
# github.com/lektor/lektor verified as official when first introduced to the cask
url "https://github.com/lektor/lektor/releases/download/#{version}/Lektor-#{version}.dmg"
appcast 'https://github.com/lektor/lektor/releases.atom',
2016-02-05 05:12:31 +08:00
checkpoint: '1b283900aa1f42ce2a9cb6fe1bfc722729e3b83fea8630c46e61093d8b04a46b'
2016-02-02 12:19:47 +08:00
name 'Lektor'
homepage 'https://www.getlektor.com/'
license :oss
app 'Lektor.app'
end