From fc7a45a731736248b96ad5827a8356c0e14d3b8c Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 14 Jun 2024 18:58:59 +0000 Subject: [PATCH] download v1.5.0-alpha.3 test vectors and stop downloading v1.5.0-alpha.2 test vectors --- download_test_vectors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download_test_vectors.sh b/download_test_vectors.sh index 4476a27..2e986e9 100755 --- a/download_test_vectors.sh +++ b/download_test_vectors.sh @@ -7,10 +7,10 @@ # at your option. This file may not be copied, modified, or distributed except # according to those terms. -set -eu +set -euo pipefail VERSIONS=( - "v1.5.0-alpha.2" + "v1.5.0-alpha.3" ) FLAVOURS=( "general"