homebrew-cask/Casks/manuskript.rb

13 lines
515 B
Ruby
Raw Normal View History

2017-11-24 14:39:10 +08:00
cask 'manuskript' do
2018-10-07 03:00:57 +08:00
version '0.7.0-3'
sha256 'f82046d9b41eb4604edd1cf9d3b816a3c54b54f9ac749ddafc9ddefe3714232a'
2017-11-24 14:39:10 +08:00
# github.com/olivierkes/manuskript was verified as official when first introduced to the cask
2018-10-07 03:00:57 +08:00
url "https://github.com/olivierkes/manuskript/releases/download/#{version.major_minor_patch}/manuskript-#{version}-osx.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/olivierkes/manuskript/releases.atom'
2017-11-24 14:39:10 +08:00
name 'Manuskript'
homepage 'http://www.theologeek.ch/manuskript/'
binary 'manuskript/manuskript'
end