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: 416419778430111dff16641fbdd88ec5dff19e2e

Message: 20.15.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index fb4c124..d6b2d78 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.15.0
+pkgver = 20.15.1
 url = https://nodejs.org/
 arch = amd64
 arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
 arch = ppc64el
 arch = s390x
 license = MIT
-provides = nodejs=20.15.0
-source = https://nodejs.org/download/release/v20.15.0/node-v20.15.0-linux-x64.tar.xz
-sha256sums = 4f57f7828e6adb9f6bc77932f10e316cca68b0f160c82b21d9a2c7647c7f10bf
+provides = nodejs=20.15.1
+source = https://nodejs.org/download/release/v20.15.1/node-v20.15.1-linux-x64.tar.xz
+sha256sums = 26700f8d3e78112ad4a2618a9c8e2816e38a49ecf0213ece80e54c38cb02563f
diff --git a/PKGBUILD b/PKGBUILD
index 55e8aaf..da221e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgvermain="20"
 _pkgname="nodejs${_pkgvermain}"
 _pkgnameshort="node${_pkgvermain}"
 pkgname="${_pkgname}-renamed-bin"
-pkgver=20.15.0
+pkgver=20.15.1
 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.15.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
-sha256sums=('4f57f7828e6adb9f6bc77932f10e316cca68b0f160c82b21d9a2c7647c7f10bf')
+#wget  -o /dev/null -O- https://nodejs.org/download/release/v20.15.1/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
+sha256sums=('26700f8d3e78112ad4a2618a9c8e2816e38a49ecf0213ece80e54c38cb02563f')
 
 prepare() {
   cd "${srcdir}/${_srcname}"