homebrew-cask/Casks/manuskript.rb

14 lines
585 B
Ruby
Raw Normal View History

2017-11-24 14:39:10 +08:00
cask 'manuskript' do
2017-12-01 14:18:32 +08:00
version '0.6.0'
sha256 '1a1e1ef9d6efdce309097adf5eb7f481c654d342e8ab2bd6f451977bf184e9fb'
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"
appcast 'https://github.com/olivierkes/manuskript/releases.atom',
2017-12-01 14:18:32 +08:00
checkpoint: 'e9d48a2ce486d87e3a0fa4d435f54b52c061f0dcc7621c3cea48e914ef78a539'
2017-11-24 14:39:10 +08:00
name 'Manuskript'
homepage 'http://www.theologeek.ch/manuskript/'
binary 'manuskript/manuskript'
end