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

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 3 23:19:13 UTC 2022


    Date: Thursday, February 3, 2022 @ 23:19:13
  Author: felixonmars
Revision: 1124947

upgpkg: npm-check-updates 12.2.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 22:10:24 UTC (rev 1124946)
+++ PKGBUILD	2022-02-03 23:19:13 UTC (rev 1124947)
@@ -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.2.0
+pkgver=12.2.1
 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=('ba9887aa2bf1b63b63fe21ceec09a777e439371e47cd3c31325bbd954ccd150bc20001612673caf167aea32cf7392c04ae91d5c4932bcbb5b97741fb0a893176')
+sha512sums=('7ea7c7d944b04cb821a3c1da0bbf62e4197e447df3575e406ddb4941309a380a7d2f70f65bc93e8ec7eec1e7b6bd24d4aede885135cf6f3c14218a38fd341d60')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list