homebrew-cask/Casks/gitbook.rb

13 lines
380 B
Ruby

cask :v1 => 'gitbook' do
version '1.1.0'
sha256 'f8e2f7b28e7dfa18b3736f8d43d68068228774c0827fdc8c685846a129459c5f'
url "https://github.com/GitbookIO/editor/releases/download/#{version}/gitbook-mac.dmg"
appcast 'https://github.com/GitbookIO/editor/releases.atom'
name 'GitBook'
homepage 'https://github.com/GitbookIO/editor'
license :apache
app 'GitBook.app'
end