view hgscm/media/downloads.json @ 73:fd76d82cce1e

downloads: rename to windows
author David Soria Parra <dsp@php.net>
date Wed, 18 Feb 2009 15:57:21 +0100
parents d2ab759d7a66
children 50012ff8f920
line wrap: on
line source

[{
        "latest": "true",
        "version": "1.1.2",
        "versions": [{
            "system": "FreeBSD",
            "identifier": "freebsd",
            "url": "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/devel/mercurial-1.1.2.tbz"
        },{
            "system": "MacOS X 10.5",
            "identifier": "macosx",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.1.1-py2.5-macosx10.5.zip"
        },{
            "system": "MacOS X 10.4",
            "identifier": "macosx104",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.1.1-py2.5-macosx10.4.zip"
        },{
            "system": "Windows",
            "identifier": "windows",
            "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.1.1.exe"
        },{
            "system": "Source",
            "identifier": "source",
            "url": "http://www.selenic.com/mercurial/release/mercurial-1.1.2.tar.gz"
        }]
    }
]