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

Felix Yan felixonmars at archlinux.org
Sat Oct 24 19:41:40 UTC 2020


    Date: Saturday, October 24, 2020 @ 19:41:40
  Author: felixonmars
Revision: 731591

upgpkg: npm-check-updates 9.2.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 19:41:13 UTC (rev 731590)
+++ PKGBUILD	2020-10-24 19:41:40 UTC (rev 731591)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=9.2.1
+pkgver=9.2.2
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9a335e699efe9bc0dbeb5ad557905d00c8b55398053436b4334e1e4b721bd9bad2aad580fba8be7f386a66c6db33691c12caaa5d29c28b4e0f41f048c7bce64b')
+sha512sums=('cab9150c95941dec884ac259797212f97229e6d9156c03115e92e2b1ca86d977c75983387af9b173bfa16a1d00ed57efa8a7baa9003ea678fc43eac308f7f740')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list