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: 69edeacfa491f6683ebdca9e7b834782dac009a0

Message: 20.12.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e013595..02906f5 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.1
+pkgver = 20.12.2
 url = https://nodejs.org/
 arch = amd64
 arch = arm64
@@ -11,6 +11,6 @@ arch = armhf
 arch = ppc64el
 arch = s390x
 license = MIT
-provides = nodejs=20.12.1
-source = https://nodejs.org/download/release/v20.12.1/node-v20.12.1-linux-x64.tar.xz
-sha256sums = 042844eeea4e19fa46687cc028dd5e323602d81784a9da8386c24463e3984e11
+provides = nodejs=20.12.2
+source = https://nodejs.org/download/release/v20.12.2/node-v20.12.2-linux-x64.tar.xz
+sha256sums = 595272130310cbe12301430756f23d153f7ab95d00174c02adc11a2e3703d183
diff --git a/PKGBUILD b/PKGBUILD
index 87c41f6..e1f30df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgvermain="20"
 _pkgname="nodejs${_pkgvermain}"
 _pkgnameshort="node${_pkgvermain}"
 pkgname="${_pkgname}-renamed-bin"
-pkgver=20.12.1
+pkgver=20.12.2
 pkgrel=0
 pkgdesc="Renamed nodejs 20 that doesn't conflict with other versions and unrenamed in libexec/node20 for adding to PATH"
 # MULTYARCH NOT TESTED
@@ -36,7 +36,7 @@ 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=('042844eeea4e19fa46687cc028dd5e323602d81784a9da8386c24463e3984e11')
+sha256sums=('595272130310cbe12301430756f23d153f7ab95d00174c02adc11a2e3703d183')
 
 prepare() {
   cd "${srcdir}/${_srcname}"