From a4dd321fd8ab8c7bcdbd57ea049823c44c77369e Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Wed, 15 Oct 2025 14:59:48 +0200 Subject: [PATCH] - Remove extra gpg instructions from makedist.sh output. --- makedist.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/makedist.sh b/makedist.sh index 008e2ce4c..ca2a88b44 100755 --- a/makedist.sh +++ b/makedist.sh @@ -700,7 +700,5 @@ cleanup storehash unbound-$version.tar.gz echo "create unbound-$version.tar.gz.asc with:" echo " gpg --armor --detach-sign --digest-algo SHA256 unbound-$version.tar.gz" -echo " gpg --armor --detach-sign --digest-algo SHA256 unbound-$version.zip" -echo " gpg --armor --detach-sign --digest-algo SHA256 unbound_setup_$version.exe" info "Unbound distribution created successfully." -- 2.47.3