Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
4110f2d0 by Felix Yan at 2026-05-05T15:13:02+08:00
upgpkg: 22.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your
package.json or bower.json allows
- pkgver = 22.0.0
+ pkgver = 22.0.1
pkgrel = 1
url = https://github.com/raineorshine/npm-check-updates
arch = any
license = Apache-2.0
depends = npm
- noextract = npm-check-updates-22.0.0.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.0.0.tgz
- sha512sums =
19ac4ee4082cead19654f73a9472f9581eb167c473464fd0457ff64b2020fef85e5bdf7672c9f884c3cb13196d1419437a9acc224c19b403e4f078354f22d69f
+ noextract = npm-check-updates-22.0.1.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.0.1.tgz
+ sha512sums =
2bc3c3bbb97dbfb50a2300d2c4b9ea03d2c74fbe8cbb87828c68e9d09c12792b32296997fd8658f80a01c70e2855d2b040bb6159bce0d60f8e2b2b076064028d
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=22.0.0
+pkgver=22.0.1
pkgrel=1
arch=('any')
url='https://github.com/raineorshine/npm-check-updates'
@@ -10,7 +10,7 @@ license=('Apache-2.0')
depends=('npm')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('19ac4ee4082cead19654f73a9472f9581eb167c473464fd0457ff64b2020fef85e5bdf7672c9f884c3cb13196d1419437a9acc224c19b403e4f078354f22d69f')
+sha512sums=('2bc3c3bbb97dbfb50a2300d2c4b9ea03d2c74fbe8cbb87828c68e9d09c12792b32296997fd8658f80a01c70e2855d2b040bb6159bce0d60f8e2b2b076064028d')
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/4110f2d0543e51d03cbb12a0bf295795ba2b2f6d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/4110f2d0543e51d03cbb12a0bf295795ba2b2f6d
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