[gimp-web] Add a link to the VirusTotal scans - works nicely with the SHA256 hashes we use now



commit 6861020ebd675e39171829831757b27f348badd2
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri May 11 19:17:24 2018 +0200

    Add a link to the VirusTotal scans - works nicely with the SHA256 hashes we use now

 themes/newgimp/templates/downloads.html |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index 15957c2..a4de4bd 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -221,6 +221,11 @@
         The {{ WINDOWS_HASH_FUN.upper() }} hash sum for <code>{{ WINDOWS_FILE }}</code> is:
         <kbd>{{ WINDOWS_HASH }}</kbd>
     </p>
+    <p>
+      Check it on
+      <a href="https://www.virustotal.com/";>VirusTotal</a>:
+      <a href="https://www.virustotal.com/#/file/{{ WINDOWS_HASH }}/detection">{{ WINDOWS_FILE }}</a>
+    </p>
 
     {% else %}
         <p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]