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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jan 21 16:47:23 UTC 2022


    Date: Friday, January 21, 2022 @ 16:47:23
  Author: felixonmars
Revision: 1112363

upgpkg: npm-check-updates 12.2.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-21 16:47:19 UTC (rev 1112362)
+++ PKGBUILD	2022-01-21 16:47:23 UTC (rev 1112363)
@@ -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.1.0
+pkgver=12.2.0
 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=('f46b527ad06f72d87b32e2fed0ca4e99681d7e212065c5917e7be8627359c5b66995e1d9093d19dc79dbb0bebf1004f633ec9eec54d9f988e60e6669b6ded192')
+sha512sums=('ba9887aa2bf1b63b63fe21ceec09a777e439371e47cd3c31325bbd954ccd150bc20001612673caf167aea32cf7392c04ae91d5c4932bcbb5b97741fb0a893176')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list