From de73ae65673e8cedf9ed5420656baa125ed8ed73 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 30 Sep 2016 19:35:59 +0100 Subject: [PATCH] Update autoconf-archive, and use snapshot.debian.org This way the link won't expire in future. Signed-off-by: Simon McVittie [smcv: cherry-picked from master to dbus-1.10 to get the Travis-CI setup consistent between the two branches; it is not strictly needed on dbus-1.10] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a7f7fb1..8ae9c8e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ install: # Ubuntu 14.04's autoconf-archive is too old - > wget - http://httpredir.debian.org/debian/pool/main/a/autoconf-archive/autoconf-archive_20150925-1_all.deb + http://snapshot.debian.org/archive/debian/20160905T163745Z/pool/main/a/autoconf-archive/autoconf-archive_20160320-1_all.deb - 'sudo dpkg -i autoconf-archive_*_all.deb' - 'rm autoconf-archive_*_all.deb' script: