Skip to content

Commit

Permalink
nodejs: Update to version 12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Jun 4, 2019
1 parent 4add2ba commit c6a8b31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/nodejs.json
@@ -1,17 +1,17 @@
{
"homepage": "https://nodejs.org",
"version": "12.3.1",
"version": "12.4.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v12.3.1/node-v12.3.1-win-x64.7z",
"hash": "4187254f11ef425dd939679d2e0bdd3d9b9b1512eeac4c49a1f6cbe32f01adaf",
"extract_dir": "node-v12.3.1-win-x64"
"url": "https://nodejs.org/dist/v12.4.0/node-v12.4.0-win-x64.7z",
"hash": "0044440b9d2b6f99d5c93eee6da3ecbf9d186130e2a1c61664f03a1b52797c41",
"extract_dir": "node-v12.4.0-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v12.3.1/node-v12.3.1-win-x86.7z",
"hash": "7456b3eae5d18b351e7b9c78032b7a84a21e9c8a5fd49bb1959c91fc4bcd34c0",
"extract_dir": "node-v12.3.1-win-x86"
"url": "https://nodejs.org/dist/v12.4.0/node-v12.4.0-win-x86.7z",
"hash": "b85b199e84fb3a3912481c6ccf01031857717ce91b2137e4150b0ba6aff0de7c",
"extract_dir": "node-v12.4.0-win-x86"
}
},
"persist": [
Expand Down

0 comments on commit c6a8b31

Please sign in to comment.