From: Michael Prokop Date: Sat, 6 Jun 2020 16:23:54 +0000 (+0200) Subject: Use .sha1.asc as signature files X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=ace717a79f10f9af072b3f84cfe96f8d6f47c944;p=grml.org.git Use .sha1.asc as signature files --- diff --git a/download/prerelease/index.html.tt2 b/download/prerelease/index.html.tt2 index e9e2c16..2af7ee9 100644 --- a/download/prerelease/index.html.tt2 +++ b/download/prerelease/index.html.tt2 @@ -91,12 +91,12 @@ Download from a specific mirror

Direct download links:
- Grml96 full ISO [Signature]
- Grml64 full ISO [Signature]
- Grml32 full ISO [Signature]
- Grml96 small ISO [Signature]
- Grml64 small ISO [Signature]
- Grml32 small ISO [Signature]
+ Grml96 full ISO [Signature]
+ Grml64 full ISO [Signature]
+ Grml32 full ISO [Signature]
+ Grml96 small ISO [Signature]
+ Grml64 small ISO [Signature]
+ Grml32 small ISO [Signature]

@@ -174,7 +174,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