homebrew-cask/Casks/outline-manager.rb

13 lines
497 B
Ruby

cask 'outline-manager' do
version '1.2.1'
sha256 '32a21a79847468ae4907da6490e13e8e742234586c5dd8d95bf813e9e30e5cac'
# 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