wok diff node/receipt @ rev 25292

updated rubberband (2.0.2 -> 3.0.0)
author Hans-G?nter Theisgen
date Tue Jul 19 10:19:50 2022 +0100 (23 months ago)
parents 241fb98cab1c
children 0a9d0d18ca64
line diff
     1.1 --- a/node/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.2 +++ b/node/receipt	Tue Jul 19 10:19:50 2022 +0100
     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"