diff --git a/testing/nodejs/build b/testing/nodejs/build index 42be62a2..7477bf32 100755 --- a/testing/nodejs/build +++ b/testing/nodejs/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export PYTHON=python2 + chmod +x configure ./configure \ diff --git a/testing/nodejs/checksums b/testing/nodejs/checksums index 0c920bad..1310a7db 100644 --- a/testing/nodejs/checksums +++ b/testing/nodejs/checksums @@ -1 +1 @@ -b7b965af107d9b233db8af6c61456cef358a25c824b20a5fab6e5de529c5aa53 46b686e329bc2e7eead33efc750abc296f7ecd42.tar.gz +9e0a4bb2dbc66e76a999aebde8425e2f1df13231938df996bbff14e47bcaf089 node-v12.6.0.tar.xz diff --git a/testing/nodejs/depends b/testing/nodejs/depends index ac61ffb5..3659e5f6 100644 --- a/testing/nodejs/depends +++ b/testing/nodejs/depends @@ -1 +1 @@ -#python +python2 diff --git a/testing/nodejs/sources b/testing/nodejs/sources index e5676a30..9b4a9452 100644 --- a/testing/nodejs/sources +++ b/testing/nodejs/sources @@ -1 +1 @@ -https://github.com/nodejs/node/archive/46b686e329bc2e7eead33efc750abc296f7ecd42.tar.gz +https://nodejs.org/dist/v12.6.0/node-v12.6.0.tar.xz diff --git a/testing/nodejs/version b/testing/nodejs/version index 2649fa46..faf381ad 100644 --- a/testing/nodejs/version +++ b/testing/nodejs/version @@ -1 +1 @@ -46b686e329bc2e7eead33efc750abc296f7ecd42 1 +12.6.0 1