Update Node to 6.7.0 and 7zip to 16.03 (#1045)

This commit is contained in:
Gustavo Veloso 2016-09-28 18:40:01 -03:00 committed by Luke Sampson
parent 66f3e0c3b2
commit 3f3513ead6
2 changed files with 10 additions and 10 deletions

View File

@ -1,15 +1,15 @@
{
"homepage": "http://www.7-zip.org/",
"license": "http://www.7-zip.org/license.txt",
"version": "16.02",
"version": "16.03",
"architecture": {
"64bit": {
"url": "http://www.7-zip.org/a/7z1602-x64.msi",
"hash": "a3e91f7db6ace7d3a896d1ce124f6b5663fbcf0f48500c5d840f499ce148745f"
"url": "http://www.7-zip.org/a/7z1603-x64.msi",
"hash": "3A3EC409A302170710C7B7FE2AC795EBF433DB16B4616E6F2C2536E5E092102C"
},
"32bit": {
"url": "http://www.7-zip.org/a/7z1602.msi",
"hash": "547c24748705ad4b6e3f3944f38d0416c5cdd2de6ebe3d65a1840bd2b82519a4"
"url": "http://www.7-zip.org/a/7z1603.msi",
"hash": "AC08E5DE0C6C4983C25C67C6B4C758F377F43A6EF7C3F02A41AD9826839B9802"
}
},
"extract_dir": "Files/7-Zip",

View File

@ -1,15 +1,15 @@
{
"homepage": "http://nodejs.org",
"version": "6.5.0",
"version": "6.7.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x64.msi",
"hash": "2A269B0B9FEE2C502D4A81168F12315E9D55396641522249931F0F88E02638C4"
"url": "https://nodejs.org/dist/v6.7.0/node-v6.7.0-x64.msi",
"hash": "2185A16F8A32087B75708B08D7E482A14597765C41D6B3711A8E6ED3A3358213"
},
"32bit": {
"url": "https://nodejs.org/dist/v6.5.0/node-v6.5.0-x86.msi",
"hash": "93DB364A5F519E8A29BB2279B470DA7708F3869BCB4F8D597121F58F12F9B0FC"
"url": "https://nodejs.org/dist/v6.7.0/node-v6.7.0-x86.msi",
"hash": "0801C283200AC263CC0CA014F5D8E0EE531E1EBEC6E99645A0BDD04B996C1605"
}
},
"env_add_path": "nodejs",