mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
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.
11 lines
318 B
Ruby
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
|