Mercurial > hg-website
annotate hgscm/media/downloads.json @ 91:85b535ee14bd
Increased hg download version to 1.2 for everything except BSD where they don't have it yet.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Fri, 06 Mar 2009 08:32:59 +0100 |
parents | 50012ff8f920 |
children | 98606f130c4e |
rev | line source |
---|---|
70
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
1 [{ |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
2 "latest": "true", |
91
85b535ee14bd
Increased hg download version to 1.2 for everything except BSD where they don't have it yet.
Arne Babenhauserheide <bab@draketo.de>
parents:
79
diff
changeset
|
3 "version": "1.2", |
70
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
4 "versions": [{ |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
5 "system": "FreeBSD", |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
6 "identifier": "freebsd", |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
7 "url": "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/devel/mercurial-1.1.2.tbz" |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
8 },{ |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
9 "system": "MacOS X 10.5", |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
10 "identifier": "macosx", |
91
85b535ee14bd
Increased hg download version to 1.2 for everything except BSD where they don't have it yet.
Arne Babenhauserheide <bab@draketo.de>
parents:
79
diff
changeset
|
11 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2-py2.5-macosx10.5.zip" |
70
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
12 },{ |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
13 "system": "MacOS X 10.4", |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
14 "identifier": "macosx104", |
91
85b535ee14bd
Increased hg download version to 1.2 for everything except BSD where they don't have it yet.
Arne Babenhauserheide <bab@draketo.de>
parents:
79
diff
changeset
|
15 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2-py2.5-macosx10.4.zip" |
70
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
16 },{ |
73
fd76d82cce1e
downloads: rename to windows
David Soria Parra <dsp@php.net>
parents:
72
diff
changeset
|
17 "system": "Windows", |
70
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
18 "identifier": "windows", |
91
85b535ee14bd
Increased hg download version to 1.2 for everything except BSD where they don't have it yet.
Arne Babenhauserheide <bab@draketo.de>
parents:
79
diff
changeset
|
19 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.exe" |
70
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
20 },{ |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
21 "system": "Source", |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
22 "identifier": "source", |
91
85b535ee14bd
Increased hg download version to 1.2 for everything except BSD where they don't have it yet.
Arne Babenhauserheide <bab@draketo.de>
parents:
79
diff
changeset
|
23 "url": "http://www.selenic.com/mercurial/release/mercurial-1.2.tar.gz" |
70
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
24 }] |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
25 } |
bef09338eceb
downloads: add initial handling for downloads
David Soria Parra <dsp@php.net>
parents:
diff
changeset
|
26 ] |