Skip to content

Commit

Permalink
[NaCl SDK] Update pepper_55 bundle
Browse files Browse the repository at this point in the history
Specifically, unpinn it so that it can auto-update.  I ran
it locally and it picked 55.0.2883.9.

Also, remove two old versions of the SDK.

Review-Url: https://codereview.chromium.org/2460723006
Cr-Commit-Position: refs/heads/master@{#428487}
  • Loading branch information
sbc100 authored and Commit bot committed Oct 28, 2016
1 parent f808c9f commit f0b4e52
Showing 1 changed file with 4 additions and 49 deletions.
53 changes: 4 additions & 49 deletions native_client_sdk/src/build_tools/json/naclsdk_manifest2.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,6 @@
"stability": "dev",
"version": 0
},
{
"archives": [],
"description": "Chrome 44 bundle, revision xxxxx",
"name": "pepper_44",
"recommended": "no",
"repath": "pepper_44",
"revision": 0,
"stability": "post_stable",
"version": 44
},
{
"archives": [],
"description": "Chrome 45 bundle, revision xxxxx",
"name": "pepper_45",
"recommended": "no",
"repath": "pepper_45",
"revision": 0,
"stability": "post_stable",
"version": 45
},
{
"archives": [],
"description": "Chrome 46 bundle, revision xxxxx",
Expand Down Expand Up @@ -94,38 +74,13 @@
"version": 50
},
{
"archives": [
{
"checksum": {
"sha1": "8fa21433d946fb30666d29d9898ab91b6f0fb708"
},
"host_os": "linux",
"size": 332591654,
"url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/55.0.2879.2/naclsdk_linux.tar.bz2"
},
{
"checksum": {
"sha1": "6db864b3372ad98a46d6c6166f59c5cfa13f7a57"
},
"host_os": "mac",
"size": 322946452,
"url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/55.0.2879.2/naclsdk_mac.tar.bz2"
},
{
"checksum": {
"sha1": "0f562a6288c18459f4132c0a7dada147c588e8e9"
},
"host_os": "win",
"size": 318999883,
"url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/55.0.2879.2/naclsdk_win.tar.bz2"
}
],
"description": "Chrome 55 bundle. Chrome revision: 2. NaCl revision: fe5bd51f9b79d27b2a3884181d4004cfccf70759",
"archives": [],
"description": "Chrome 55 bundle, revision xxxxx",
"name": "pepper_55",
"recommended": "no",
"repath": "pepper_55",
"revision": 2,
"stability": "dev",
"revision": 0,
"stability": "post_stable",
"version": 55
},
{
Expand Down

0 comments on commit f0b4e52

Please sign in to comment.