From cd61a4c15d632aca7f93d5ad267e84a924d5fbe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Fri, 14 Apr 2023 03:41:40 +0100 Subject: [PATCH] casks-without-zap: remove homebrew-cask-drivers (#145007) --- developer/bin/casks-without-zap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/bin/casks-without-zap b/developer/bin/casks-without-zap index c1df925121..d8301761d9 100755 --- a/developer/bin/casks-without-zap +++ b/developer/bin/casks-without-zap @@ -14,7 +14,7 @@ at_exit { TMP_DIR.rmtree } # Constants ONLINE_ISSUE = "https://github.com/Homebrew/homebrew-cask/issues/88469" -CASK_REPOS = %w[homebrew-cask homebrew-cask-versions homebrew-cask-drivers].freeze +CASK_REPOS = %w[homebrew-cask homebrew-cask-versions].freeze CASK_JSON_URL = "https://formulae.brew.sh/api/analytics/cask-install/365d.json" # Download the file and save it to the specified directory