From 2ed1915737c795e8a5e3a64cb67566954a876eae Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Thu, 28 Dec 2017 12:31:16 -0500 Subject: [PATCH] scripts: Fix typo in Mac deps build script. --- scripts/mac-toolchain-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mac-toolchain-build b/scripts/mac-toolchain-build index 19cc73de8..e47a8ca99 100755 --- a/scripts/mac-toolchain-build +++ b/scripts/mac-toolchain-build @@ -53,7 +53,7 @@ cd "${TEMP_DIR}" printf "Downloading [%02i/%02i] %s" "1" "${TOTAL}" "autoconf 2.69" curl https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz -o "autoconf-2.69.tar.gz" >/dev/null 2>&1 || print_fail_and_exit echo -en "${CREL}" -printf "Downloading [%02i/%02i] %s" "2" "${TOTAL}" "automake 1.15" +printf "Downloading [%02i/%02i] %s" "2" "${TOTAL}" "automake 1.15.1" curl https://ftp.gnu.org/gnu/automake/automake-1.15.1.tar.gz -o "automake-1.15.1.tar.gz" >/dev/null 2>&1 || print_fail_and_exit echo -en "${CREL}" printf "Downloading [%02i/%02i] %s" "3" "${TOTAL}" "cmake 3.9.6" -- 2.40.0