# HG changeset patch # User David Soria Parra # Date 1259849255 -3600 # Node ID a55b4173318599e49331989d3b9d783b89eb0568 # Parent bbe97888b5a3e985c97aae3a7d78011801c32152 downloads: Downloads for Mercurial 1.4.1 diff -r bbe97888b5a3 -r a55b41733185 templates/data --- 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',