From 18c44ab3cb0784e93ad0abd8c5425b0c1f563eff Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 25 Jun 2020 23:25:13 +0200 Subject: [PATCH] Use $ISO.sha1.asc for the GPG signature file, we no longer provide $ISO.asc files Closes: grml/grml#151 Thanks: Michael Lass for bug report --- download/index.html.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/index.html.tt2 b/download/index.html.tt2 index 735844e..ce3c9af 100644 --- a/download/index.html.tt2 +++ b/download/index.html.tt2 @@ -178,7 +178,7 @@ document.getElementById('download_link_mirror').href = mirror_url + iso; document.getElementById('download_link_mirror').innerHTML = '
Download Now
' + product + '-' + flavour + ' ' + current_version + '
'; document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent'; - document.getElementById('download_link_signature').href = mirror_url + iso + '.asc'; + document.getElementById('download_link_signature').href = mirror_url + iso + '.sha1.asc'; } // hook update function -- 2.1.4