From be37b26722ef5ede9d5b16b2bd05df78f7dae36c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Wed, 30 Aug 2023 11:58:32 +0200
Subject: [PATCH] Drop PGP signature of stable packages
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

They’re likely used by nobody. HTTPS and Microsoft/Apple code signing already
provide enough security.
---
 setup-download-links.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/setup-download-links.sh b/setup-download-links.sh
index aaf9e1a..ac67e50 100755
--- a/setup-download-links.sh
+++ b/setup-download-links.sh
@@ -34,10 +34,7 @@ for branch in release snapshot; do
                     ext=${BASH_REMATCH[2]}
                     echo "{% assign dynare_stable_version = \"$version\" %}" > ../dynare_stable_version.md
                 fi
-                {
-                    echo "<a href=\"https://www.dynare.org/$branch/$dir/$filename\">Dynare $version ($ext)</a> ($mb MB)"
-                    echo "<a href=\"https://www.dynare.org/$branch/$dir/$filename.sig\">[signature]</a>"
-                } >> "$includeFilename"
+                echo "<a href=\"https://www.dynare.org/$branch/$dir/$filename\">Dynare $version ($ext)</a> ($mb MB)" >> "$includeFilename"
             else
                 timestamp=${timestamps[i]%\"}
                 timestamp=${timestamp#\"}
-- 
GitLab