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: 540f4520c18440b4c0fe60a81a03885344aa12e5

Message: 22.4.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7794a57..e311356 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.3.0
+pkgver = 22.4.0
 url = https://nodejs.org/
 arch = amd64
 arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
 arch = ppc64el
 arch = s390x
 license = MIT
-provides = nodejs=22.3.0
-source = https://nodejs.org/download/release/v22.3.0/node-v22.3.0-linux-x64.tar.xz
-sha256sums = 33429139d4c4416439bf023b2eb2dc257da188fd793b64f21c8c03a0f04a5840
+provides = nodejs=22.4.0
+source = https://nodejs.org/download/release/v22.4.0/node-v22.4.0-linux-x64.tar.xz
+sha256sums = 5ea7c609f4bfcdc20b872f2cf7c80ea4330e5b52164d5d701db97028f9628309
diff --git a/PKGBUILD b/PKGBUILD
index 45d32b1..182fe8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgvermain="22"
 _pkgname="nodejs${_pkgvermain}"
 _pkgnameshort="node${_pkgvermain}"
 pkgname="${_pkgname}-renamed-bin"
-pkgver=22.3.0
+pkgver=22.4.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.3.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
-sha256sums=('33429139d4c4416439bf023b2eb2dc257da188fd793b64f21c8c03a0f04a5840')
+#wget  -o /dev/null -O- https://nodejs.org/download/release/v22.4.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
+sha256sums=('5ea7c609f4bfcdc20b872f2cf7c80ea4330e5b52164d5d701db97028f9628309')
 
 prepare() {
   cd "${srcdir}/${_srcname}"