From: Michael Prokop Date: Thu, 25 Jun 2020 21:25:13 +0000 (+0200) Subject: Use $ISO.sha1.asc for the GPG signature file, we no longer provide $ISO.asc files X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=18c44ab3cb0784e93ad0abd8c5425b0c1f563eff;p=grml.org.git 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 --- 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