Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
npm-check-updates
Commits:
9f63ff9c by Felix Yan at 2026-01-21T02:31:13+08:00
upgpkg: 19.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = npm-check-updates
pkgdesc = Find newer versions of dependencies than what your
package.json or bower.json allows
- pkgver = 19.3.0
+ pkgver = 19.3.1
pkgrel = 1
url = https://github.com/tjunnone/npm-check-updates
arch = any
license = Apache
makedepends = git
depends = npm
- noextract = npm-check-updates-19.3.0.tgz
- source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.0.tgz
- sha512sums =
267ea2f9e587c0e65783a9235c36c10ae0493b841190b4c67cb71d54a2498505c3308f04052ed38125eb61d10ab6050cd1220ea39fd5dce542fd76c0f9050623
+ noextract = npm-check-updates-19.3.1.tgz
+ source =
https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.3.1.tgz
+ sha512sums =
bfdd9f1c7f1f99ff55566430c0be495a95fc18311ef010f2af3e30dc617a0fa2415192a940d7137c1060c559027003f35548c21d26445d899900029f2d3b0304
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=19.3.0
+pkgver=19.3.1
pkgrel=1
arch=('any')
url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@ depends=('npm')
makedepends=('git')
source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
noextract=($pkgname-$pkgver.tgz)
-sha512sums=('267ea2f9e587c0e65783a9235c36c10ae0493b841190b4c67cb71d54a2498505c3308f04052ed38125eb61d10ab6050cd1220ea39fd5dce542fd76c0f9050623')
+sha512sums=('bfdd9f1c7f1f99ff55566430c0be495a95fc18311ef010f2af3e30dc617a0fa2415192a940d7137c1060c559027003f35548c21d26445d899900029f2d3b0304')
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/9f63ff9c74e14993440baec1d983ff9bdd59ab48
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/npm-check-updates/-/commit/9f63ff9c74e14993440baec1d983ff9bdd59ab48
You're receiving this email because of your account on gitlab.archlinux.org.