From a41fae7dd64de7e05d7047a883c4d7f9fc5a6bf0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Aug 2020 08:10:55 +0000 Subject: [PATCH] fix(deps): update dependency https://github.com/homebrew/brew to v2.4.15 --- src/install_homebrew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install_homebrew.sh b/src/install_homebrew.sh index 10602b1..5f989bc 100755 --- a/src/install_homebrew.sh +++ b/src/install_homebrew.sh @@ -22,7 +22,7 @@ set -x # Global variables ################################################################################ # renovate: datasource=git-tags depName=https://github.com/Homebrew/brew versioning=semver -HOMEBREW_VERSION='2.4.7' +HOMEBREW_VERSION='2.4.15' ################################################################################ # Functions