view original/hgscm/media/downloads.json @ 283:b7d5f97e1034

simplify urls: point to mercurial.selenic.com, remove index.cgi from wiki urls
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 02 Nov 2009 15:39:20 +0100
parents ecfc61c5759a
children
line wrap: on
line source

[
    {
        "latest": "true",
        "version": "1.3.1",
        "versions": [
        {
            "system": "Windows GUI (TortoiseHG)",
            "identifier": "thgwin",
            "url": "http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.3-hg-1.3.1+7cea12e70129.exe"
        },{
            "system": "Windows",
            "identifier": "windows",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.3.1.exe"
        },{
            "system": "Mac OS X 10.5",
            "identifier": "macosx",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.3.1-py2.5-macosx10.5.zip"
        },{
            "system": "Source",
            "identifier": "source",
            "url": "http://mercurial.selenic.com/release/mercurial-1.3.1.tar.gz"
        }]
    },
    {
        "latest": "false",
        "version": "1.2.1",
        "versions": [
        {
            "system": "Windows GUI (TortoiseHG)",
            "identifier": "thgwin",
            "url": "http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.7.6-hg-1.2.1.exe"
        },{
            "system": "Windows command line",
            "identifier": "windows",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1.exe"
        },{
            "system": "Mac OS X 10.5",
            "identifier": "macosx",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1-py2.5-macosx10.5.zip"
        },{
            "system": "Mac OS X 10.4",
            "identifier": "macosx104",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1-py2.5-macosx10.4.zip"
        },{
            "system": "FreeBSD",
            "identifier": "freebsd",
            "url": "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/devel/mercurial-1.2.1.tbz"
        },{
            "system": "Source",
            "identifier": "source",
            "url": "http://mercurial.selenic.com/release/mercurial-1.2.1.tar.gz"
        }]
    }
]