From 20445e6958184a6ca1e1eb7339434f6e77a8bb45 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 16 Nov 2018 17:07:42 +0100 Subject: [PATCH] upgrade to jdnssec-tools 0.14 --- 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 cae7a283c..da26febcd 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -249,8 +249,8 @@ install_auth() { jq" run "cd .." - run "wget https://www.monshouwer.eu/download/3rd_party/jdnssec-tools-0.13.ecdsafix.tar.gz" - run "sudo tar xfz jdnssec-tools-0.13.ecdsafix.tar.gz --strip-components=1 -C /" + run "wget https://github.com/dblacka/jdnssec-tools/releases/download/0.14/jdnssec-tools-0.14.tar.gz" + run "sudo tar xfz jdnssec-tools-0.14.tar.gz --strip-components=1 -C /" run "cd ${TRAVIS_BUILD_DIR}" # pkcs11 test requirements / setup -- 2.40.0