makedeb
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.
Hash: b8be1b677b69df39739323b852724fb7b9124617
Message: 20.14.0
diff --git a/.SRCINFO b/.SRCINFO
index c6d0c5f..22f2944 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.13.1
+pkgver = 20.14.0
url = https://nodejs.org/
arch = amd64
arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
arch = ppc64el
arch = s390x
license = MIT
-provides = nodejs=20.13.1
-source = https://nodejs.org/download/release/v20.13.1/node-v20.13.1-linux-x64.tar.xz
-sha256sums = efc0f295dd878e510ab12ea36bbadc3db03c687ab30c07e86c7cdba7eed879a9
+provides = nodejs=20.14.0
+source = https://nodejs.org/download/release/v20.14.0/node-v20.14.0-linux-x64.tar.xz
+sha256sums = fedf8fa73b6f51c4ffcc5da8f86cd1ed381bc9dceae0829832c7d683a78b8e36
diff --git a/PKGBUILD b/PKGBUILD
index c1ff7f7..7c923c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgvermain="20"
_pkgname="nodejs${_pkgvermain}"
_pkgnameshort="node${_pkgvermain}"
pkgname="${_pkgname}-renamed-bin"
-pkgver=20.13.1
+pkgver=20.14.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.13.1/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
-sha256sums=('efc0f295dd878e510ab12ea36bbadc3db03c687ab30c07e86c7cdba7eed879a9')
+#wget -o /dev/null -O- https://nodejs.org/download/release/v20.14.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
+sha256sums=('fedf8fa73b6f51c4ffcc5da8f86cd1ed381bc9dceae0829832c7d683a78b8e36')
prepare() {
cd "${srcdir}/${_srcname}"