homebrew-cask/Casks/gitbook.rb

10 lines
169 B
Ruby
Raw Normal View History

class Gitbook < Cask
version 'latest'
2014-07-15 17:31:21 +08:00
sha256 :no_check
url 'https://www.gitbook.io/editor/download'
homepage 'https://www.gitbook.io/'
2014-07-15 17:31:21 +08:00
2014-09-16 00:05:38 +08:00
app 'GitBook.app'
end