From f73d0fc7e0138f0386ba3306bd31a1084a1618a6 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 24 Oct 2012 03:51:31 +0000 Subject: - Added hashes to download page --- web/templates/download.html.tmpl | 2 ++ web/templates/include/constants.tt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'web') diff --git a/web/templates/download.html.tmpl b/web/templates/download.html.tmpl index 607c79e..eaef6e4 100644 --- a/web/templates/download.html.tmpl +++ b/web/templates/download.html.tmpl @@ -10,6 +10,8 @@
  • WinDirStat [%- currver -%] from SourceForge.net
  • +

    Please verify your download afterwards. The hashes are: MD5: [%- download_MD5 -%] and SHA1: [%- download_SHA1 -%].

    +

    License

    WinDirStat is free software published under the GNU General Public License.

    In general that means you are free to do whatever you like with the binary form (mirror it, put it on media accompanying printed magazines and also use it inside your company) free of charge. You also need not notify us in any way, although we appreciate feedback.

    diff --git a/web/templates/include/constants.tt b/web/templates/include/constants.tt index 604be9b..ca37fea 100644 --- a/web/templates/include/constants.tt +++ b/web/templates/include/constants.tt @@ -13,4 +13,6 @@ currver = '1.1.2' download_DBS = 'http://www.downloadbestsoft.com/WinDirStat.html' download_SF = 'http://prdownloads.sourceforge.net/windirstat/windirstat1_1_2_setup.exe' + download_MD5 = '3abf1c149873e25d4e266225fbf37cbf' + download_SHA1 = '6fa92dd2ca691c11dfbfc0a239e34369897a7fab' %] -- cgit v1.2.3