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: b6b44b4b6e86743621cbe9b896fb96e73add4d3a

Message: 22.5.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 02c441b..4223ff0 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.5.0
+pkgver = 22.5.1
 url = https://nodejs.org/
 arch = amd64
 arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
 arch = ppc64el
 arch = s390x
 license = MIT
-provides = nodejs=22.5.0
-source = https://nodejs.org/download/release/v22.5.0/node-v22.5.0-linux-x64.tar.xz
-sha256sums = 1b8b7db45ff5ef9ac82a9d92c276408b0fcfdb44f322360bdb02d156b5442b46
+provides = nodejs=22.5.1
+source = https://nodejs.org/download/release/v22.5.1/node-v22.5.1-linux-x64.tar.xz
+sha256sums = 9d4747dbbc1a91b1324f43c77e13eeddc4d4c54685665540cd7b7ad82e1b2fbc
diff --git a/PKGBUILD b/PKGBUILD
index 48ff937..047c919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgvermain="22"
 _pkgname="nodejs${_pkgvermain}"
 _pkgnameshort="node${_pkgvermain}"
 pkgname="${_pkgname}-renamed-bin"
-pkgver=22.5.0
+pkgver=22.5.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/v22.5.0/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
-sha256sums=('1b8b7db45ff5ef9ac82a9d92c276408b0fcfdb44f322360bdb02d156b5442b46')
+#wget  -o /dev/null -O- https://nodejs.org/download/release/v22.5.1/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
+sha256sums=('9d4747dbbc1a91b1324f43c77e13eeddc4d4c54685665540cd7b7ad82e1b2fbc')
 
 prepare() {
   cd "${srcdir}/${_srcname}"