homebrew-cask/Casks/gitbook.rb

17 lines
431 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"
appcast 'https://github.com/GitbookIO/editor-legacy/releases.atom'
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