diff options
author | Martin Bark <martin@barkynet.com> | 2016-09-29 20:12:46 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-09-30 11:51:57 +0200 |
commit | 6f3792ae9fc2010f9680ba017d314ed17ac63439 (patch) | |
tree | 14c575cca6e41515982647607649aa4e828d24e4 /package/nodejs/nodejs.hash | |
parent | 734ea7ce27bbe5f26f6aa4e04de5504e98aa5fe4 (diff) | |
download | buildroot-6f3792ae9fc2010f9680ba017d314ed17ac63439.tar.gz buildroot-6f3792ae9fc2010f9680ba017d314ed17ac63439.zip |
package/nodejs: bump version to 6.7.0
https://nodejs.org/en/blog/release/v6.7.0/
The patches from 6.2.1 have been copied to 6.7.0 with the following
changes:
- Add 0002-inspector-don-t-build-when-ssl-support-is-disabled.patch
to disable the new V8 inspector when openssl is not included.
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/nodejs/nodejs.hash')
-rw-r--r-- | package/nodejs/nodejs.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash index 97f27552af..f334a47e98 100644 --- a/package/nodejs/nodejs.hash +++ b/package/nodejs/nodejs.hash @@ -1,5 +1,5 @@ # From upstream URL: http://nodejs.org/dist/v0.10.47/SHASUMS256.txt sha256 335bdf4db702885a8acaf2c9f241c70cabd62497361da81aca65c8e8a8e7ff09 node-v0.10.47.tar.xz -# From upstream URL: http://nodejs.org/dist/v6.2.1/SHASUMS256.txt -sha256 dbaeb8fb68a599e5164b17c74f66d24f424ee4ab3a25d8de8a3c6808e5b42bfb node-v6.2.1.tar.xz +# From upstream URL: http://nodejs.org/dist/v6.7.0/SHASUMS256.txt +sha256 ceb028324aab1ee8c7ea6a62026f036f3ea71f5ef5212593d0f833f999dd3be5 node-v6.7.0.tar.xz |