wok diff node/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 241fb98cab1c
children 0a9d0d18ca64
line diff
     1.1 --- a/node/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.2 +++ b/node/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="https://nodejs.org/"
     1.5  
     1.6  TARBALL="$PACKAGE-v$VERSION.tar.gz"
     1.7 -WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL"
     1.8 +WGET_URL="https://nodejs.org/dist/v$VERSION/$TARBALL"
     1.9  
    1.10  DEPENDS="gcc83-lib-base libssl python"
    1.11  BUILD_DEPENDS="gcc83 openssl-dev python-dev"