Skip to content

Commit

Permalink
nodejs: 23.6.1-2
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jan 25, 2025
1 parent ca7e420 commit 3132a1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nodejs/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = nodejs
pkgdesc = Evented I/O for V8 javascript
pkgver = 23.6.0
pkgver = 23.6.1
pkgrel = 2
url = https://nodejs.org/
arch = x86_64
Expand All @@ -19,11 +19,11 @@ pkgbase = nodejs
depends = zlib-ng
optdepends = npm: nodejs package manager
options = !lto
source = git+https://github.com/nodejs/node.git#tag=v23.6.0?signed
source = git+https://github.com/nodejs/node.git#tag=v23.6.1?signed
validpgpkeys = 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
validpgpkeys = 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
validpgpkeys = C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
validpgpkeys = C0D6248439F1D5604AAFFB4021D900FFDB233756
sha512sums = 43bd41aac317b6bba5db4cf21b0433eec1331814c773660ce093500e7d3f3c0c8c627647365bbb88d42511349e1914a0da5e0a5dc4193611f59ff43bde096bd6
sha512sums = 84c2691d298da1a2d82c27e987a154698b2af5ea9d44928c86e991d37629e41854250e341daa9e96ddfcb4ea4cc4220c2c4829ed8bacd6e0d4431ad81e65c907

pkgname = nodejs
4 changes: 2 additions & 2 deletions nodejs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Contributor: TIanyi Cui <[email protected]>

pkgname=nodejs
pkgver=23.6.0
pkgver=23.6.1
pkgrel=2
pkgdesc='Evented I/O for V8 javascript'
arch=('x86_64')
Expand All @@ -34,7 +34,7 @@ makedepends=(
optdepends=('npm: nodejs package manager')
options=(!lto)
source=("git+https://github.com/nodejs/node.git#tag=v$pkgver?signed")
sha512sums=('43bd41aac317b6bba5db4cf21b0433eec1331814c773660ce093500e7d3f3c0c8c627647365bbb88d42511349e1914a0da5e0a5dc4193611f59ff43bde096bd6')
sha512sums=('84c2691d298da1a2d82c27e987a154698b2af5ea9d44928c86e991d37629e41854250e341daa9e96ddfcb4ea4cc4220c2c4829ed8bacd6e0d4431ad81e65c907')
validpgpkeys=(
'8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600' # Michaël Zasso (Targos) <[email protected]>
'890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4' # RafaelGSS <[email protected]>
Expand Down

0 comments on commit 3132a1e

Please sign in to comment.