From b1ab4f1a08b9b7156ecb4034527bfc87e159186e Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Thu, 23 Mar 2017 18:42:08 +0100 Subject: [PATCH] cross-compiler: use automake 1.11.6 instead of 1.11.1 --- cross/init.sh | 2 +- cross/src/fetch.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cross/init.sh b/cross/init.sh index 4d9c5eb..b9bbc84 100755 --- a/cross/init.sh +++ b/cross/init.sh @@ -79,7 +79,7 @@ if [ ! -f tmp/bin/autoconf ]; then ) failOnError $? "building autoconf" fi -# build automake 1.11.1 +# build automake 1.11.6 # - autoreconf to avoid conflicts with installed automake # - automake; configure; make (that will fail) and then automake again # to workaround this hell diff --git a/cross/src/fetch.json b/cross/src/fetch.json index 5e93a19..600f76e 100644 --- a/cross/src/fetch.json +++ b/cross/src/fetch.json @@ -20,11 +20,11 @@ ] }, "automake": { - "Upstream":"https://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.bz2", + "Upstream":"https://ftp.gnu.org/gnu/automake/automake-1.11.6.tar.gz", "Digest": { - "sha256":"5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" + "sha256":"53dbf1945401c43f4ce19c1971baecdbf8bc32e0f37fa3f49fe7b6992d0d2030" }, - "Compress":"bzip2", + "Compress":"gzip", "RemovePrefix": true, "Exclude": [ ]