Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / npm
Commits: 9198c1f3 by Lukas Fleischer at 2024-06-03T08:45:39+08:00 upgpkg: 10.8.1-1: update to 10.8.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = npm pkgdesc = A package manager for JavaScript - pkgver = 10.8.0 + pkgver = 10.8.1 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.8.0 - b2sums = b8f8dfb2ab6f57290a74147079879175b1c156a5eed91bd02cdf4ecbeeb21db07c7ac47d542db3bfee71d1e758c969d4f4e45d2c7a11de5cada019a9a966372b + source = npm-cli::git+https://github.com/npm/cli.git#tag=v10.8.1 + b2sums = 958912d5113687297ee99b971bc533584a9a9eea4a1f24b902274975a632400bde4735ef12042be39188c5e7d641d039afe804d499a5c386cf077e00ca682fe3 pkgname = npm ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Daniel M. Capella <poly...@archlinux.org> pkgname=npm -pkgver=10.8.0 +pkgver=10.8.1 pkgrel=1 pkgdesc='A package manager for JavaScript' arch=('any') @@ -12,7 +12,7 @@ depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver') makedepends=('git') optdepends=("git: for dependencies using Git URL's") source=("npm-cli::git+https://github.com/npm/cli.git#tag=v$pkgver") -b2sums=('b8f8dfb2ab6f57290a74147079879175b1c156a5eed91bd02cdf4ecbeeb21db07c7ac47d542db3bfee71d1e758c969d4f4e45d2c7a11de5cada019a9a966372b') +b2sums=('958912d5113687297ee99b971bc533584a9a9eea4a1f24b902274975a632400bde4735ef12042be39188c5e7d641d039afe804d499a5c386cf077e00ca682fe3') build() { cd npm-cli View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/9198c1f37ac27b2b1c1fe44bedb107cc0bd3571d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/npm/-/commit/9198c1f37ac27b2b1c1fe44bedb107cc0bd3571d You're receiving this email because of your account on gitlab.archlinux.org.