Update nodejs to v0.10.26 and npm to v1.4.3

SHA256 Hashes
This commit is contained in:
Stephen Edgar 2014-02-21 20:33:55 +11:00
parent dfd53298c8
commit c24cc109cd

View File

@ -1,26 +1,26 @@
{ {
"homepage": "http://nodejs.org", "homepage": "http://nodejs.org",
"version": "0.10.25", "version": "0.10.26",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"http://nodejs.org/dist/v0.10.25/x64/node.exe", "http://nodejs.org/dist/v0.10.26/x64/node.exe",
"http://nodejs.org/dist/npm/npm-1.3.26.zip" "http://nodejs.org/dist/npm/npm-1.4.3.zip"
], ],
"hash": [ "hash": [
"fda189eccd1f63c08e8b5783e084269a955ef5869372866fcd11739d46677f42", "CDC8FD952FE5268B833C5A38632DFBE15E98C9B37157C362D2B32636FCB1987B",
"898a3bfa1be68a6e08c419a63ca44ba8bb8f955c96542562fae3f6536076506c" "3516197FDC80A51365DD4493657F3802B6B6E620245A55847D337E50E090B143"
] ]
}, },
"32bit": { "32bit": {
"url": [ "url": [
"http://nodejs.org/dist/v0.10.25/node.exe", "http://nodejs.org/dist/v0.10.26/node.exe",
"http://nodejs.org/dist/npm/npm-1.3.26.zip" "http://nodejs.org/dist/npm/npm-1.4.3.zip"
], ],
"hash": [ "hash": [
"3154c7b90eb3f21985632c9e9c13cf92205ea1b9d69289df795169d0e259c35f", "1FD4996156AACD65622F89710D6BFBE0FECC5E1DDBC6D1AE805116A556E91F35",
"898a3bfa1be68a6e08c419a63ca44ba8bb8f955c96542562fae3f6536076506c" "3516197FDC80A51365DD4493657F3802B6B6E620245A55847D337E50E090B143"
] ]
} }
}, },