Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2012-10-24 07:51:31 +0400
committerOliver Schneider <oliver@assarbad.net>2012-10-24 07:51:31 +0400
commitf73d0fc7e0138f0386ba3306bd31a1084a1618a6 (patch)
treea9eae566dd849c368ee95fe79254e38e95959e48 /web
parent12b4607071298445ff98fa8f9ba924de0c910984 (diff)
- Added hashes to download page
Diffstat (limited to 'web')
-rw-r--r--web/templates/download.html.tmpl2
-rw-r--r--web/templates/include/constants.tt2
2 files changed, 4 insertions, 0 deletions
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 @@
<li class="download">WinDirStat [%- currver -%] from <a class="wdslnk" href="[%- download_SF -%]">SourceForge.net</a></li>
</ul>
+<p>Please verify your download afterwards. The hashes are: <tt>MD5: [%- download_MD5 -%]</tt> and <tt>SHA1: [%- download_SHA1 -%]</tt>.</p>
+
<h3>License</h3>
<p>WinDirStat is free software published under the GNU General Public License.</p>
<p>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.</p>
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'
%]