From fd506515309cfd12b47d88cf1c10eb3c87a92198 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 25 Oct 2024 00:22:43 +0200 Subject: [PATCH] brew: remove unneeded taps --- contrib/brew/Brewfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/brew/Brewfile b/contrib/brew/Brewfile index c2fae0ffc..bfe207897 100644 --- a/contrib/brew/Brewfile +++ b/contrib/brew/Brewfile @@ -5,9 +5,6 @@ # execute brew bundle in the directory containing the Brewfile tap "homebrew/bundle" -tap "homebrew/cask" -tap "homebrew/cask-versions" -tap "homebrew/core" brew "autoconf" brew "autogen"