Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
48098fe4 by Felix Yan at 2023-11-28T19:37:01+02:00
upgpkg: 16.14.11-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your
package.json or bower.json allows
- pkgver = 16.14.10
+ pkgver = 16.14.11
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
@@ -9,8 +9,8 @@ pkgbase = npm-check-updates
depends = nodejs-nopt
depends = npm
depends = semver
- noextract = npm-check-updates-16.14.10.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.10.tgz
- sha512sums =
bcf275fa8717cbee66067259bc21947a3abb9f50d739df5616c26bc96f3d5c6a9046258bd8243d797f40c7ba7e1a0cf969a3d73b6369d1a64fa1f41d50c25fdf
+ noextract = npm-check-updates-16.14.11.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-16.14.11.tgz
+ sha512sums =
d0c31619b19c8b6d8fbbbedb47d8d1b32e6a83175048956a36d4b2c857ae6c33ed6dc537eb3e208c40c84eedba3cc69b1563cd900a157ca177d4cdee294bf316
pkgname = npm-check-updates
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json or
bower.json allows'
-pkgver=16.14.10
+pkgver=16.14.11
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@ depends=('nodejs-nopt' 'npm' 'semver')
makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('bcf275fa8717cbee66067259bc21947a3abb9f50d739df5616c26bc96f3d5c6a9046258bd8243d797f40c7ba7e1a0cf969a3d73b6369d1a64fa1f41d50c25fdf')
+sha512sums=('d0c31619b19c8b6d8fbbbedb47d8d1b32e6a83175048956a36d4b2c857ae6c33ed6dc537eb3e208c40c84eedba3cc69b1563cd900a157ca177d4cdee294bf316')
package() {
npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/48098fe405c6db79abcdbf0741ac322456234ee7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/48098fe405c6db79abcdbf0741ac322456234ee7
You're receiving this email because of your account on gitlab.archlinux.org.