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

Felix Yan felixonmars at archlinux.org
Sat May 16 07:01:37 UTC 2020


    Date: Saturday, May 16, 2020 @ 07:01:36
  Author: felixonmars
Revision: 628151

upgpkg: npm-check-updates 6.0.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-16 05:40:36 UTC (rev 628150)
+++ PKGBUILD	2020-05-16 07:01:36 UTC (rev 628151)
@@ -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.0
+pkgver=6.0.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=('9db29f1d65ed437efa39e6a82ef7a485e12a83b18cb0bf993275d694d76b18601570e27c08d836204f60daaeb244c170d893392c46bfcc5efbd513cf05364f3f')
+sha512sums=('973a155b7e4a59a067d26d4ed4056bd06f7fdb49e22b5de661fb6802bd3d5ae42cce8793765ae308dc82d2944d8937dbe59c6e6d9694022ec7755ce4122870c0')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list