makedeb
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.
Hash: 359063534a29e153d12150615c6e04b299622355
Message: 22.1.0
diff --git a/.SRCINFO b/.SRCINFO
index bc1951b..c8f9050 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.0.0
+pkgver = 22.1.0
url = https://nodejs.org/
arch = amd64
arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
arch = ppc64el
arch = s390x
license = MIT
-provides = nodejs=22.0.0
-source = https://nodejs.org/download/release/v22.0.0/node-v22.0.0-linux-x64.tar.xz
-sha256sums = 9122e50f2642afd5f6078cafd1f52ede60fc464284384f05c18a04d13d07ae5a
+provides = nodejs=22.1.0
+source = https://nodejs.org/download/release/v22.1.0/node-v22.1.0-linux-x64.tar.xz
+sha256sums = 22330ad3a1796ac30d75fab6f98cbe2b883239d4e31c2a52ec8f4e6cc52ace54
diff --git a/PKGBUILD b/PKGBUILD
index c9f107d..df7553b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgvermain="22"
_pkgname="nodejs${_pkgvermain}"
_pkgnameshort="node${_pkgvermain}"
pkgname="${_pkgname}-renamed-bin"
-pkgver=22.0.0
+pkgver=22.1.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")
-#https://nodejs.org/download/release/vX.Y.Z/SHASUMS256.txt
-sha256sums=('9122e50f2642afd5f6078cafd1f52ede60fc464284384f05c18a04d13d07ae5a')
+#https://nodejs.org/download/release/v22.1.0/SHASUMS256.txt
+sha256sums=('22330ad3a1796ac30d75fab6f98cbe2b883239d4e31c2a52ec8f4e6cc52ace54')
prepare() {
cd "${srcdir}/${_srcname}"