From ace717a79f10f9af072b3f84cfe96f8d6f47c944 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 6 Jun 2020 18:23:54 +0200 Subject: [PATCH] Use .sha1.asc as signature files --- download/prerelease/index.html.tt2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 -- 2.1.4