makedeb


nodejs20-renamed-bin 20.18.0-0


Renamed nodejs 20 that doesn't conflict with other versions and unrenamed in libexec/node20 for adding to PATH

Click here to go back to the commit logs for nodejs20-renamed-bin.

Commit:


Hash: ed8c399a539baa6496f34e487645d52bc05cc63f

Message: 20.17.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3b24b55..92b1bcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = nodejs20-renamed-bin
 pkgbase = nodejs20-renamed-bin
 pkgdesc = Renamed nodejs 20 that doesn't conflict with other versions and unrenamed in libexec/node20 for adding to PATH
 pkgrel = 0
-pkgver = 20.16.0
+pkgver = 20.17.0
 url = https://nodejs.org/
 arch = amd64
 arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
 arch = ppc64el
 arch = s390x
 license = MIT
-provides = nodejs=20.16.0
-source = https://nodejs.org/download/release/v20.16.0/node-v20.16.0-linux-x64.tar.xz
-sha256sums = c30af7dfea46de7d8b9b370fa33b8b15440bc93f0a686af8601bbb48b82f16c0
+provides = nodejs=20.17.0
+source = https://nodejs.org/download/release/v20.17.0/node-v20.17.0-linux-x64.tar.xz
+sha256sums = a24db3dcd151a52e75965dba04cf1b3cd579ff30d6e0af9da1aede4d0f17486b
diff --git a/PKGBUILD b/PKGBUILD
index 8341b02..50f2c4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgvermain="20"
 _pkgname="nodejs${_pkgvermain}"
 _pkgnameshort="node${_pkgvermain}"
 pkgname="${_pkgname}-renamed-bin"
-pkgver=20.16.0
+pkgver=20.17.0
 pkgrel=0
 pkgdesc="Renamed nodejs ${_pkgvermain} that doesn't conflict with other versions and unrenamed in libexec/node${_pkgvermain} for adding to PATH"
 # MULTYARCH NOT TESTED
@@ -35,8 +35,8 @@ url="https://nodejs.org/"
 license=('MIT')
 source=("https://nodejs.org/download/release/v${pkgver}/node-v${pkgver}-linux-${_archname}.tar.xz")
 provides=("nodejs=$pkgver")
-#wget  -o /dev/null -O- https://nodejs.org/download/release/v20.16.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
-sha256sums=('c30af7dfea46de7d8b9b370fa33b8b15440bc93f0a686af8601bbb48b82f16c0')
+#wget  -o /dev/null -O- https://nodejs.org/download/release/v20.17.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
+sha256sums=('a24db3dcd151a52e75965dba04cf1b3cd579ff30d6e0af9da1aede4d0f17486b')
 
 prepare() {
   cd "${srcdir}/${_srcname}"