homebrew-cask/Casks/outline-manager.rb

13 lines
497 B
Ruby

cask 'outline-manager' do
version '1.2.2'
sha256 'f68f61c591ec95b7716b08432b58729d9c45dce638b307ea90c3bd196dfb2e03'
# github.com/Jigsaw-Code/outline-server was verified as official when first introduced to the cask
url "https://github.com/Jigsaw-Code/outline-server/releases/download/v#{version}/Outline-Manager.dmg"
appcast 'https://github.com/Jigsaw-Code/outline-server/releases.atom'
name 'Outline Manager'
homepage 'https://www.getoutline.org/'
app 'Outline Manager.app'
end