You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
15 lines
344 B
Ruby
15 lines
344 B
Ruby
cask "gitbook" do
|
|
version "1.1.0"
|
|
sha256 "f8e2f7b28e7dfa18b3736f8d43d68068228774c0827fdc8c685846a129459c5f"
|
|
|
|
url "https://github.com/GitbookIO/editor-legacy/releases/download/#{version}/gitbook-mac.dmg"
|
|
name "GitBook"
|
|
homepage "https://github.com/GitbookIO/editor-legacy"
|
|
|
|
app "GitBook.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|