OLD | NEW |
1 { | 1 { |
2 "bundles": [ | 2 "bundles": [ |
3 { | 3 { |
4 "archives": [ | 4 "archives": [ |
5 { | 5 { |
6 "checksum": { | 6 "checksum": { |
7 "sha1": "c90944aa6dc45085f1a222396ffa2b6a86afdf3d" | 7 "sha1": "c90944aa6dc45085f1a222396ffa2b6a86afdf3d" |
8 }, | 8 }, |
9 "host_os": "all", | 9 "host_os": "all", |
10 "size": 31159, | 10 "size": 31159, |
(...skipping 17 matching lines...) Expand all Loading... |
28 "description": "Visual Studio Add-In for building and debugging NaCl appli
cations", | 28 "description": "Visual Studio Add-In for building and debugging NaCl appli
cations", |
29 "name": "vs_addin", | 29 "name": "vs_addin", |
30 "recommended": "no", | 30 "recommended": "no", |
31 "repath": "vs_addin", | 31 "repath": "vs_addin", |
32 "revision": 1578, | 32 "revision": 1578, |
33 "stability": "dev", | 33 "stability": "dev", |
34 "version": 0 | 34 "version": 0 |
35 }, | 35 }, |
36 { | 36 { |
37 "archives": [], | 37 "archives": [], |
38 "description": "Chrome 44 bundle, revision xxxxx", | |
39 "name": "pepper_44", | |
40 "recommended": "no", | |
41 "repath": "pepper_44", | |
42 "revision": 0, | |
43 "stability": "post_stable", | |
44 "version": 44 | |
45 }, | |
46 { | |
47 "archives": [], | |
48 "description": "Chrome 45 bundle, revision xxxxx", | |
49 "name": "pepper_45", | |
50 "recommended": "no", | |
51 "repath": "pepper_45", | |
52 "revision": 0, | |
53 "stability": "post_stable", | |
54 "version": 45 | |
55 }, | |
56 { | |
57 "archives": [], | |
58 "description": "Chrome 46 bundle, revision xxxxx", | 38 "description": "Chrome 46 bundle, revision xxxxx", |
59 "name": "pepper_46", | 39 "name": "pepper_46", |
60 "recommended": "no", | 40 "recommended": "no", |
61 "repath": "pepper_46", | 41 "repath": "pepper_46", |
62 "revision": 0, | 42 "revision": 0, |
63 "stability": "post_stable", | 43 "stability": "post_stable", |
64 "version": 46 | 44 "version": 46 |
65 }, | 45 }, |
66 { | 46 { |
67 "archives": [], | 47 "archives": [], |
(...skipping 19 matching lines...) Expand all Loading... |
87 "archives": [], | 67 "archives": [], |
88 "description": "Chrome 50 bundle, revision xxxxx", | 68 "description": "Chrome 50 bundle, revision xxxxx", |
89 "name": "pepper_50", | 69 "name": "pepper_50", |
90 "recommended": "no", | 70 "recommended": "no", |
91 "repath": "pepper_50", | 71 "repath": "pepper_50", |
92 "revision": 0, | 72 "revision": 0, |
93 "stability": "post_stable", | 73 "stability": "post_stable", |
94 "version": 50 | 74 "version": 50 |
95 }, | 75 }, |
96 { | 76 { |
97 "archives": [ | 77 "archives": [], |
98 { | 78 "description": "Chrome 55 bundle, revision xxxxx", |
99 "checksum": { | |
100 "sha1": "8fa21433d946fb30666d29d9898ab91b6f0fb708" | |
101 }, | |
102 "host_os": "linux", | |
103 "size": 332591654, | |
104 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s
dk/55.0.2879.2/naclsdk_linux.tar.bz2" | |
105 }, | |
106 { | |
107 "checksum": { | |
108 "sha1": "6db864b3372ad98a46d6c6166f59c5cfa13f7a57" | |
109 }, | |
110 "host_os": "mac", | |
111 "size": 322946452, | |
112 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s
dk/55.0.2879.2/naclsdk_mac.tar.bz2" | |
113 }, | |
114 { | |
115 "checksum": { | |
116 "sha1": "0f562a6288c18459f4132c0a7dada147c588e8e9" | |
117 }, | |
118 "host_os": "win", | |
119 "size": 318999883, | |
120 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_s
dk/55.0.2879.2/naclsdk_win.tar.bz2" | |
121 } | |
122 ], | |
123 "description": "Chrome 55 bundle. Chrome revision: 2. NaCl revision: fe5bd
51f9b79d27b2a3884181d4004cfccf70759", | |
124 "name": "pepper_55", | 79 "name": "pepper_55", |
125 "recommended": "no", | 80 "recommended": "no", |
126 "repath": "pepper_55", | 81 "repath": "pepper_55", |
127 "revision": 2, | 82 "revision": 0, |
128 "stability": "dev", | 83 "stability": "post_stable", |
129 "version": 55 | 84 "version": 55 |
130 }, | 85 }, |
131 { | 86 { |
132 "archives": [], | 87 "archives": [], |
133 "description": "Chrome Canary", | 88 "description": "Chrome Canary", |
134 "name": "pepper_canary", | 89 "name": "pepper_canary", |
135 "recommended": "no", | 90 "recommended": "no", |
136 "repath": "", | 91 "repath": "", |
137 "revision": 0, | 92 "revision": 0, |
138 "stability": "canary", | 93 "stability": "canary", |
139 "version": 0 | 94 "version": 0 |
140 } | 95 } |
141 ], | 96 ], |
142 "manifest_version": 2 | 97 "manifest_version": 2 |
143 } | 98 } |
OLD | NEW |