From a902d7b3434ec5a5fc2d3b1ea64c0c8540a06dac Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Tue, 15 Oct 2019 12:02:46 +0200 Subject: [PATCH] Update Homebrew to 2.1.14 --- taskcluster/tc-brew-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/tc-brew-tests.sh b/taskcluster/tc-brew-tests.sh index 1169fd09..e85d50ee 100644 --- a/taskcluster/tc-brew-tests.sh +++ b/taskcluster/tc-brew-tests.sh @@ -36,7 +36,7 @@ install_local_homebrew() mkdir -p "${LOCAL_HOMEBREW_DIRECTORY}" mkdir -p "${HOMEBREW_CACHE}" - curl -L https://github.com/Homebrew/brew/tarball/2.1.6 | tar xz --strip 1 -C "${LOCAL_HOMEBREW_DIRECTORY}" + curl -L https://github.com/Homebrew/brew/tarball/2.1.14 | tar xz --strip 1 -C "${LOCAL_HOMEBREW_DIRECTORY}" export PATH=${LOCAL_HOMEBREW_DIRECTORY}/bin:$PATH if [ ! -x "${LOCAL_HOMEBREW_DIRECTORY}/bin/brew" ]; then