From 219a83dd15d5c62297c5ce233530da12f296ee92 Mon Sep 17 00:00:00 2001 From: neutric <5984479+neutric@users.noreply.github.com> Date: Sat, 11 Dec 2021 10:45:40 +0100 Subject: [PATCH] gitbook: remove (#115729) --- Casks/gitbook.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Casks/gitbook.rb diff --git a/Casks/gitbook.rb b/Casks/gitbook.rb deleted file mode 100644 index 77ef08636ec..00000000000 --- a/Casks/gitbook.rb +++ /dev/null @@ -1,14 +0,0 @@ -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