Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / npm
Commits:
6af241ac by Lukas Fleischer at 2026-07-13T16:55:21-04:00
upgpkg: 12.0.1-1: upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = npm
pkgdesc = JavaScript package manager
- pkgver = 12.0.0
+ pkgver = 12.0.1
pkgrel = 1
url = https://www.npmjs.com
arch = any
@@ -13,7 +13,7 @@ pkgbase = npm
depends = semver
optdepends = git: for dependencies using Git URL's
options = !zipman
- source = npm-cli::git+https://github.com/npm/cli.git#tag=v12.0.0
- b2sums =
f0df6b306bb3f1e7b3232f3945cbcd79d261d863360b092c3537a67b67a7593defa1939656b804c6e9d3c82ad3ef9dbf39f44eba86875be7e781b7b32b6fe29b
+ source = npm-cli::git+https://github.com/npm/cli.git#tag=v12.0.1
+ b2sums =
533be392f40c1749f55d1fa419697005cc90e15613edf95da35484f8ac863b5174e51e8fb3adf1217c5783f77d8ca11f4d9d5901478f51b670e974c059cd6c41
pkgname = npm
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Felix Yan <[email protected]>
pkgname=npm
-pkgver=12.0.0
+pkgver=12.0.1
pkgrel=1
pkgdesc='JavaScript package manager'
arch=(any)
@@ -21,7 +21,7 @@ makedepends=(
options=(!zipman)
optdepends=("git: for dependencies using Git URL's")
source=("npm-cli::git+https://github.com/npm/cli.git#tag=v$pkgver")
-b2sums=('f0df6b306bb3f1e7b3232f3945cbcd79d261d863360b092c3537a67b67a7593defa1939656b804c6e9d3c82ad3ef9dbf39f44eba86875be7e781b7b32b6fe29b')
+b2sums=('533be392f40c1749f55d1fa419697005cc90e15613edf95da35484f8ac863b5174e51e8fb3adf1217c5783f77d8ca11f4d9d5901478f51b670e974c059cd6c41')
build() {
cd npm-cli
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/6af241ac646a790938bdde692ba9dce15fa5a9d5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/6af241ac646a790938bdde692ba9dce15fa5a9d5
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help