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

Felix Yan felixonmars at archlinux.org
Sat Oct 24 08:38:46 UTC 2020


    Date: Saturday, October 24, 2020 @ 08:38:46
  Author: felixonmars
Revision: 731015

upgpkg: npm-check-updates 9.2.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 08:38:07 UTC (rev 731014)
+++ PKGBUILD	2020-10-24 08:38:46 UTC (rev 731015)
@@ -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.0
+pkgver=9.2.1
 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=('d1ef77255bb312b58773b7a30a844cf2e9b663100e72a658cd52c7fe38b71dc41b11f868ec81e8697351a95f24a538d23357c23fc17d237b05ae9ad764eeeb9d')
+sha512sums=('9a335e699efe9bc0dbeb5ad557905d00c8b55398053436b4334e1e4b721bd9bad2aad580fba8be7f386a66c6db33691c12caaa5d29c28b4e0f41f048c7bce64b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list