homebrew-cask/Casks/manuskript.rb

13 lines
495 B
Ruby
Raw Normal View History

2017-11-24 14:39:10 +08:00
cask 'manuskript' do
2018-08-16 01:06:21 +08:00
version '0.7.0'
sha256 '1499491486e0a8c6d74c2ccc5d81bc46ef1f17f729a43ed84ac9a2d70db204cd'
2017-11-24 14:39:10 +08:00
# github.com/olivierkes/manuskript was verified as official when first introduced to the cask
url "https://github.com/olivierkes/manuskript/releases/download/#{version}/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