[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Apr 3 15:04:34 UTC 2022


    Date: Sunday, April 3, 2022 @ 15:04:33
  Author: felixonmars
Revision: 1180991

upgpkg: npm-check-updates 12.5.6-1

Modified:
  npm-check-updates/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 14:21:04 UTC (rev 1180990)
+++ PKGBUILD	2022-04-03 15:04:33 UTC (rev 1180991)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=12.5.5
+pkgver=12.5.6
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('nodejs-nopt' 'npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ecb1fa28de85d5f64cb58e333580103e9254d53a3167ab120b193de3cbeb2c8cfdeda36a98f2d25fbd8cae66ce5b0a720602c23db149598fe4df3135f299b17f')
+sha512sums=('65d3c90b8ace0697e6c991db93b91626583cb2178faa0da55ba9de6c460bbac8bd3b71adcc9148e8eee9a08babf96f12a262df5bf48897edffc0e0130a837bf3')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list