comparison hgscm/media/downloads.json @ 233:a645ed99c6c6

Fix Mac OS downloads The agent usually has a "Mac OS X..." string. As system is used as a regex to check for the agent we have to use the proper system identifier.
author David Soria Parra <dsp@php.net>
date Sun, 02 Aug 2009 23:09:16 +0200
parents 4cca9a4a6c4e
children cd45d1f672d2
comparison
equal deleted inserted replaced
232:4cca9a4a6c4e 233:a645ed99c6c6
10 },{ 10 },{
11 "system": "Windows command line", 11 "system": "Windows command line",
12 "identifier": "windows", 12 "identifier": "windows",
13 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.3.exe" 13 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.3.exe"
14 },{ 14 },{
15 "system": "MacOS X 10.5", 15 "system": "Mac OS X 10.5",
16 "identifier": "macosx", 16 "identifier": "macosx",
17 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.3-py2.5-macosx10.5.zip" 17 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.3-py2.5-macosx10.5.zip"
18 },{ 18 },{
19 "system": "Source", 19 "system": "Source",
20 "identifier": "source", 20 "identifier": "source",
32 },{ 32 },{
33 "system": "Windows command line", 33 "system": "Windows command line",
34 "identifier": "windows", 34 "identifier": "windows",
35 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1.exe" 35 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1.exe"
36 },{ 36 },{
37 "system": "MacOS X 10.5", 37 "system": "Mac OS X 10.5",
38 "identifier": "macosx", 38 "identifier": "macosx",
39 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1-py2.5-macosx10.5.zip" 39 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1-py2.5-macosx10.5.zip"
40 },{ 40 },{
41 "system": "MacOS X 10.4", 41 "system": "Mac OS X 10.4",
42 "identifier": "macosx104", 42 "identifier": "macosx104",
43 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1-py2.5-macosx10.4.zip" 43 "url": "http://mercurial.berkwood.com/binaries/Mercurial-1.2.1-py2.5-macosx10.4.zip"
44 },{ 44 },{
45 "system": "FreeBSD", 45 "system": "FreeBSD",
46 "identifier": "freebsd", 46 "identifier": "freebsd",