homebrew-cask/Casks/gitbook.rb

13 lines
380 B
Ruby
Raw Normal View History

2014-11-14 01:25:56 +08:00
cask :v1 => 'gitbook' do
version '1.1.0'
sha256 'f8e2f7b28e7dfa18b3736f8d43d68068228774c0827fdc8c685846a129459c5f'
2014-07-15 17:31:21 +08:00
url "https://github.com/GitbookIO/editor/releases/download/#{version}/gitbook-mac.dmg"
2015-03-15 19:50:59 +08:00
appcast 'https://github.com/GitbookIO/editor/releases.atom'
name 'GitBook'
homepage 'https://github.com/GitbookIO/editor'
license :apache
2014-07-15 17:31:21 +08:00
2014-09-16 00:05:38 +08:00
app 'GitBook.app'
end