makedeb


nodejs22-renamed-bin 22.11.0-0


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

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

Commit:


Hash: 667c78d81fdf81366fff76391891e3266745e5c9

Message: 22.9.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 42e86c6..503e3d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = nodejs22-renamed-bin
 pkgbase = nodejs22-renamed-bin
 pkgdesc = Renamed nodejs 22 that doesn't conflict with other versions and unrenamed in libexec/node22 for adding to PATH
 pkgrel = 0
-pkgver = 22.8.0
+pkgver = 22.9.0
 url = https://nodejs.org/
 arch = amd64
 arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
 arch = ppc64el
 arch = s390x
 license = MIT
-provides = nodejs=22.8.0
-source = https://nodejs.org/download/release/v22.8.0/node-v22.8.0-linux-x64.tar.xz
-sha256sums = b6827dccd983acad09496f28a0f277218cc49302a8a7179ccbd7bf38305f5623
+provides = nodejs=22.9.0
+source = https://nodejs.org/download/release/v22.9.0/node-v22.9.0-linux-x64.tar.xz
+sha256sums = 1bfae9ef21ab43c92d8274f1bd032bf61f42ea004192a18d4c64477508626142
diff --git a/PKGBUILD b/PKGBUILD
index ece9d95..e30c7ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgvermain="22"
 _pkgname="nodejs${_pkgvermain}"
 _pkgnameshort="node${_pkgvermain}"
 pkgname="${_pkgname}-renamed-bin"
-pkgver=22.8.0
+pkgver=22.9.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/v22.8.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
-sha256sums=('b6827dccd983acad09496f28a0f277218cc49302a8a7179ccbd7bf38305f5623')
+#wget  -o /dev/null -O- https://nodejs.org/download/release/v22.9.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
+sha256sums=('1bfae9ef21ab43c92d8274f1bd032bf61f42ea004192a18d4c64477508626142')
 
 prepare() {
   cd "${srcdir}/${_srcname}"