From: Bradley Sepos Date: Thu, 28 Dec 2017 17:31:16 +0000 (-0500) Subject: scripts: Fix typo in Mac deps build script. X-Git-Tag: 1.1.0~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ed1915737c795e8a5e3a64cb67566954a876eae;p=handbrake scripts: Fix typo in Mac deps build script. --- 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"