Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
e92c666a by Felix Yan at 2026-06-04T11:49:23+00:00
upgpkg: 22.2.2-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.2.1
+ pkgdesc = Find newer versions of dependencies than what your
package.json allows
+ pkgver = 22.2.2
pkgrel = 1
url = https://github.com/raineorshine/npm-check-updates
arch = any
license = Apache-2.0
depends = npm
- noextract = npm-check-updates-22.2.1.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.1.tgz
- sha512sums =
98674825f86d83eab407385b3a96ce2fbdf384c66580140c1b8c270703cc303e64f7ad36f140ae574ef9dd8792624f6876887b1d62bafdc63af5b5b14fba3eca
+ noextract = npm-check-updates-22.2.2.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.2.tgz
+ sha512sums =
7600cf991f457ce34cac774c2ac3e86336f636047e37194b1818b79cbff7c8ddda16bf0828bc9024c044323e2928ce72baff5eb15e272f94d7d13636bde96237
pkgname = npm-check-updates
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or
bower.json allows'
-pkgver=22.2.1
+pkgdesc='Find newer versions of dependencies than what your package.json
allows'
+pkgver=22.2.2
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=('98674825f86d83eab407385b3a96ce2fbdf384c66580140c1b8c270703cc303e64f7ad36f140ae574ef9dd8792624f6876887b1d62bafdc63af5b5b14fba3eca')
+sha512sums=('7600cf991f457ce34cac774c2ac3e86336f636047e37194b1818b79cbff7c8ddda16bf0828bc9024c044323e2928ce72baff5eb15e272f94d7d13636bde96237')
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/e92c666ac4a3d2a4ccc03aadd20ba0b006a5d2d0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/e92c666ac4a3d2a4ccc03aadd20ba0b006a5d2d0
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