homebrew-cask/Casks/manuskript.rb

13 lines
516 B
Ruby

cask "manuskript" do
version "0.10.0"
sha256 "f48f9c96af19b42c61a1ab6119e581e9398c33a8795ba5051cc0d44add1d2d7f"
# github.com/olivierkes/manuskript/ was verified as official when first introduced to the cask
url "https://github.com/olivierkes/manuskript/releases/download/#{version.major_minor_patch}/manuskript-#{version}-osx.zip"
appcast "https://github.com/olivierkes/manuskript/releases.atom"
name "Manuskript"
homepage "https://www.theologeek.ch/manuskript/"
binary "manuskript/manuskript"
end