From 9b6266cf1778c5425fc1dab0b1886290470b0440 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 9 Jan 2017 10:24:08 +0100 Subject: [PATCH] jdnssec-tools 0.13 has been released (cherry picked from commit 02f1e33288015a38161e1dc037c61dd0e2005bb1) --- build-scripts/travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 60129bf384..17af40364d 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -240,8 +240,8 @@ install_auth() { jq" run "cd .." - run "wget http://www.verisignlabs.com/dnssec-tools/packages/jdnssec-tools-0.12.tar.gz" - run "sudo tar xfz jdnssec-tools-0.12.tar.gz --strip-components=1 -C /" + run "wget https://www.verisignlabs.com/dnssec-tools/packages/jdnssec-tools-0.13.tar.gz" + run "sudo tar xfz jdnssec-tools-0.13.tar.gz --strip-components=1 -C /" run "cd pdns" # pkcs11 test requirements / setup -- 2.47.2