Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
0e378430 by Felix Yan at 2026-06-28T07:22:52+00:00
upgpkg: 22.2.8-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 allows
- pkgver = 22.2.7
+ pkgver = 22.2.8
pkgrel = 1
url = https://github.com/raineorshine/npm-check-updates
arch = any
license = Apache-2.0
depends = npm
- noextract = npm-check-updates-22.2.7.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.7.tgz
- sha512sums =
3f3b3f953b3011edb7853f09517001978be0aebd1644a3a1c39e700257709e051f964f02c0ffa0ad726dd34c868d88997f6c03d4721f74f6b7c5a3a2d510b265
+ noextract = npm-check-updates-22.2.8.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-22.2.8.tgz
+ sha512sums =
8cbd9cb354d20d28f789e0e531515fd1b64556a2cdb57b7e131bc2305d4e63147b3e256315c9803fcd2b24534e16baedd0a2f23ea791059b43ef166ef5e99df3
pkgname = npm-check-updates
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=npm-check-updates
pkgdesc='Find newer versions of dependencies than what your package.json
allows'
-pkgver=22.2.7
+pkgver=22.2.8
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=('3f3b3f953b3011edb7853f09517001978be0aebd1644a3a1c39e700257709e051f964f02c0ffa0ad726dd34c868d88997f6c03d4721f74f6b7c5a3a2d510b265')
+sha512sums=('8cbd9cb354d20d28f789e0e531515fd1b64556a2cdb57b7e131bc2305d4e63147b3e256315c9803fcd2b24534e16baedd0a2f23ea791059b43ef166ef5e99df3')
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/0e378430470640724d77749cbc480af2ead8eec8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/0e378430470640724d77749cbc480af2ead8eec8
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