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: 5caad268aed27e3116a86d78ecc0293567e62329

Message: 20.13.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 02906f5..ebddfef 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.12.2
+pkgver = 20.13.0
 url = https://nodejs.org/
 arch = amd64
 arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
 arch = ppc64el
 arch = s390x
 license = MIT
-provides = nodejs=20.12.2
-source = https://nodejs.org/download/release/v20.12.2/node-v20.12.2-linux-x64.tar.xz
-sha256sums = 595272130310cbe12301430756f23d153f7ab95d00174c02adc11a2e3703d183
+provides = nodejs=20.13.0
+source = https://nodejs.org/download/release/v20.13.0/node-v20.13.0-linux-x64.tar.xz
+sha256sums = a58d5d99b4ccf95d966dd1e3d3a560f4686e3e1e4f7331258860d429f13fc7eb
diff --git a/PKGBUILD b/PKGBUILD
index e1f30df..e22d7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ _pkgvermain="20"
 _pkgname="nodejs${_pkgvermain}"
 _pkgnameshort="node${_pkgvermain}"
 pkgname="${_pkgname}-renamed-bin"
-pkgver=20.12.2
+pkgver=20.13.0
 pkgrel=0
-pkgdesc="Renamed nodejs 20 that doesn't conflict with other versions and unrenamed in libexec/node20 for adding to PATH"
+pkgdesc="Renamed nodejs ${_pkgvermain} that doesn't conflict with other versions and unrenamed in libexec/node${_pkgvermain} for adding to PATH"
 # MULTYARCH NOT TESTED
 arch=('amd64' 'arm64' 'armhf' 'ppc64el' 's390x')
   case "$(arch)" in
@@ -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=('595272130310cbe12301430756f23d153f7ab95d00174c02adc11a2e3703d183')
+#wget  -o /dev/null -O- https://nodejs.org/download/release/v20.12.2/SHASUMS256.txt | grep linux-x64.tar.xz | cut -d ' ' -f 1
+sha256sums=('a58d5d99b4ccf95d966dd1e3d3a560f4686e3e1e4f7331258860d429f13fc7eb')
 
 prepare() {
   cd "${srcdir}/${_srcname}"