From: Yorgos Thessalonikefs Date: Wed, 15 Oct 2025 12:59:48 +0000 (+0200) Subject: - Remove extra gpg instructions from makedist.sh output. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4dd321fd8ab8c7bcdbd57ea049823c44c77369e;p=thirdparty%2Funbound.git - Remove extra gpg instructions from makedist.sh output. --- 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."