wok diff node/receipt @ rev 25467
Up gnumeric (1.12.53)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 03 08:28:51 2022 +0000 (2022-10-03) |
parents | 241fb98cab1c |
children | 0a9d0d18ca64 |
line diff
1.1 --- a/node/receipt Tue Feb 15 18:29:48 2022 +0000 1.2 +++ b/node/receipt Mon Oct 03 08:28:51 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"