changeset 296:a55b41733185

downloads: Downloads for Mercurial 1.4.1
author David Soria Parra <dsp@php.net>
date Thu, 03 Dec 2009 15:07:35 +0100
parents bbe97888b5a3
children b697437f8494
files templates/data
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/data	Tue Dec 01 23:35:20 2009 +0100
+++ b/templates/data	Thu Dec 03 15:07:35 2009 +0100
@@ -1,5 +1,11 @@
 {% set downloads = {
-    'current': '1.4',
+    'current': '1.4.1',
+    '1.4.1': {
+        'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.4.1.win32-py2.6.exe',
+        'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1.exe',
+        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1-py2.6-macosx10.6.zip',
+        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.1-py2.5-macosx10.5.zip',
+        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.1.tar.gz'},
     '1.4': {
         'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9-hg-1.4.exe',
         'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.exe',