homebrew-cask-versions/Casks/gitbook.rb
Josh Hagins dd1e0099f2 Update gitbook to use GitHub release
The maintainers of this app are no longer supporting the desktop
version, in favor of the web app. The latest desktop release is
no longer available from their website, but can be downloaded as
a GitHub release.
2014-12-30 11:21:58 -06:00

11 lines
318 B
Ruby

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