Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / npm
Commits:
2538c5b2 by Lukas Fleischer at 2024-12-06T11:34:17-06:00
upgpkg: 10.9.2-1: update to 10.9.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = npm
pkgdesc = JavaScript package manager
- pkgver = 10.9.0
+ pkgver = 10.9.2
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=v10.9.0
- b2sums =
c73f7cc47e85f08e775bed88c4796534b3a91fc0e5f7667d098164fd4eeed94d92df1aa280e43a63de12168d6113a04a0aabe9186d707a34306c693ce4fa2e86
+ source = npm-cli::git+https://github.com/npm/cli.git#tag=v10.9.2
+ b2sums =
8e83d8507c5e8101519c0ce07319c686b9253d1541a327e9408c1ba391bd1ff5db9a96f49475f46736db082c4c7b74776c26dbdcb2919bc52288443adac9aef4
pkgname = npm
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Felix Yan <[email protected]>
pkgname=npm
-pkgver=10.9.0
+pkgver=10.9.2
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=('c73f7cc47e85f08e775bed88c4796534b3a91fc0e5f7667d098164fd4eeed94d92df1aa280e43a63de12168d6113a04a0aabe9186d707a34306c693ce4fa2e86')
+b2sums=('8e83d8507c5e8101519c0ce07319c686b9253d1541a327e9408c1ba391bd1ff5db9a96f49475f46736db082c4c7b74776c26dbdcb2919bc52288443adac9aef4')
build() {
cd npm-cli
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/2538c5b279e59dbd9c61f3df5da9511aa783182d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/2538c5b279e59dbd9c61f3df5da9511aa783182d
You're receiving this email because of your account on gitlab.archlinux.org.