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

Felix Yan felixonmars at archlinux.org
Tue Jun 9 15:49:17 UTC 2020


    Date: Tuesday, June 9, 2020 @ 15:49:14
  Author: felixonmars
Revision: 640839

upgpkg: npm-check-updates 7.0.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-09 15:47:27 UTC (rev 640838)
+++ PKGBUILD	2020-06-09 15:49:14 UTC (rev 640839)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=6.0.1
+pkgver=7.0.0
 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=('973a155b7e4a59a067d26d4ed4056bd06f7fdb49e22b5de661fb6802bd3d5ae42cce8793765ae308dc82d2944d8937dbe59c6e6d9694022ec7755ce4122870c0')
+sha512sums=('164fe370c32644180bfbe6015695ddfba022623befdd3f078f01cc42c950c92fbc2f486ad28c5c942c7208c47a6d25dbd97fa9cdc02157c19b64243e0bcdfa60')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list