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

Felix Yan felixonmars at archlinux.org
Tue Sep 1 09:10:43 UTC 2020


    Date: Tuesday, September 1, 2020 @ 09:10:42
  Author: felixonmars
Revision: 695278

upgpkg: npm-check-updates 8.0.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 09:09:15 UTC (rev 695277)
+++ PKGBUILD	2020-09-01 09:10:42 UTC (rev 695278)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=8.0.1
+pkgver=8.0.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=('95b93979740046c11c6c85319acdaf08d023b1a36525e46052f5da713d3249fc30faac725f584e9fed4705e51a92b0efd9a80a38128cc8f2619162ce5a482780')
+sha512sums=('62c2529953d75b305149bcee56431157833bb4db51de9b4c421d19633137417759f29c4062aadfbc4f1b25e65871db1205244827a4d94e617ab92e2b3ffc5a55')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list