Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
npm
Commits:
aed2918c by Daniel M. Capella at 2025-01-31T01:30:15-05:00
upgpkg: 11.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = npm
pkgdesc = JavaScript package manager
- pkgver = 11.0.0
+ pkgver = 11.1.0
pkgrel = 1
url = https://www.npmjs.com
arch = any
@@ -11,7 +11,7 @@ pkgbase = npm
depends = nodejs-nopt
depends = semver
optdepends = git: for dependencies using Git URL's
- source = npm-cli::git+https://github.com/npm/cli.git#tag=v11.0.0
- b2sums =
45d379a1b8eb7d8249ce6327cfb00b14aa0e3d396278a308954df1d5b20873999f073dc922dd51111cc3d0f1a017deba351c419c656c63b9c8550c60149c3ef4
+ source = npm-cli::git+https://github.com/npm/cli.git#tag=v11.1.0
+ b2sums =
a2aad19ba18107274ac6ff414c17eda72e4f68461473e5891b04c391dde9af6ee2473067499f4e3ae27ea38c36f85c1878652283b2879d6d4e1d9e2c1a25deea
pkgname = npm
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Felix Yan <[email protected]>
pkgname=npm
-pkgver=11.0.0
+pkgver=11.1.0
pkgrel=1
pkgdesc='JavaScript package manager'
arch=(any)
@@ -17,7 +17,7 @@ depends=(
makedepends=(git)
optdepends=("git: for dependencies using Git URL's")
source=("npm-cli::git+https://github.com/npm/cli.git#tag=v$pkgver")
-b2sums=('45d379a1b8eb7d8249ce6327cfb00b14aa0e3d396278a308954df1d5b20873999f073dc922dd51111cc3d0f1a017deba351c419c656c63b9c8550c60149c3ef4')
+b2sums=('a2aad19ba18107274ac6ff414c17eda72e4f68461473e5891b04c391dde9af6ee2473067499f4e3ae27ea38c36f85c1878652283b2879d6d4e1d9e2c1a25deea')
build() {
cd npm-cli
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/aed2918c3980dee530c66cc57766d72ef71f0f4e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/aed2918c3980dee530c66cc57766d72ef71f0f4e
You're receiving this email because of your account on gitlab.archlinux.org.