[gimp-web/testing] Add VirusTotal link for macOS packages



commit b9122cd49261556f2b39388157f05bd787ce58f6
Author: Michael Schumacher <schumaml gmx de>
Date:   Sun Nov 3 18:21:29 2019 +0100

    Add VirusTotal link for macOS packages

 themes/newgimp/templates/downloads.html | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index 51d9596b..52dbe0ab 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -166,6 +166,11 @@
             The {{MACOS_HASH_FUN.upper() }} hash sum for <code>{{ MACOS_FILE }}</code> is:
             <kbd>{{ MACOS_HASH }}</kbd>
         </p>
+       <p>
+         Check it on
+         <a href="https://www.virustotal.com/";>VirusTotal</a>:
+         <a href="https://www.virustotal.com/#/file/{{ MACOS_HASH }}/detection">{{ MACOS_FILE }}</a>
+       </p>
 
         {% else %}
             <p>


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