comparison templates/data @ 305:d5dbae3f0386

Fix Windows Download URL
author David Soria Parra <dsp@php.net>
date Sat, 27 Mar 2010 20:31:56 +0100
parents a2be6892b348
children 422c3b7cc6d4
comparison
equal deleted inserted replaced
304:74603a5dfc30 305:d5dbae3f0386
1 {% set downloads = { 1 {% set downloads = {
2 'current': '1.5', 2 'current': '1.5',
3 '1.5' : { 3 '1.5' : {
4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x64.msi', 4 'TortoiseHG for Windows 64bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x64.msi',
5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x86.msi', 5 'TortoiseHG for Windows 32bit': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-1.0-hg-1.5-x86.msi',
6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.msi', 6 'Windows': 'http://bitbucket.org/tortoisehg/thg-winbuild/downloads/mercurial-1.5.0.msi',
7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5-py2.6-macosx10.6.zip', 7 'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5-py2.6-macosx10.6.zip',
8 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5-py2.5-macosx10.5.zip', 8 'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.5-py2.5-macosx10.5.zip',
9 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.5.tar.gz'}, 9 'Source code': 'http://mercurial.selenic.com/release/mercurial-1.5.tar.gz'},
10 '1.4.3' : { 10 '1.4.3' : {
11 'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-0.9.3-hg-1.4.3.exe', 11 'Windows (TortoiseHg)': 'http://bitbucket.org/tortoisehg/stable/downloads/tortoisehg-0.9.3-hg-1.4.3.exe',