homebrew-cask/Casks/gitbook.rb

18 lines
520 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gitbook' do
version '1.1.0'
sha256 'f8e2f7b28e7dfa18b3736f8d43d68068228774c0827fdc8c685846a129459c5f'
2014-07-15 17:31:21 +08:00
2015-06-19 20:32:57 +08:00
url "https://github.com/GitbookIO/editor-legacy/releases/download/#{version}/gitbook-mac.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/GitbookIO/editor-legacy/releases.atom',
:sha256 => 'b806b02a23685e3befbb4bd51bc30e6744fae1c070f950a1df9ea64d8d5636a0'
name 'GitBook'
2015-06-19 20:32:57 +08:00
homepage 'https://github.com/GitbookIO/editor-legacy'
license :apache
2014-07-15 17:31:21 +08:00
2014-09-16 00:05:38 +08:00
app 'GitBook.app'
2015-06-19 20:32:57 +08:00
caveats do
discontinued
end
end