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

Felix Yan felixonmars at archlinux.org
Tue Apr 9 18:03:33 UTC 2019


    Date: Tuesday, April 9, 2019 @ 18:03:33
  Author: felixonmars
Revision: 450661

upgpkg: npm-check-updates 3.1.6-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-09 18:00:07 UTC (rev 450660)
+++ PKGBUILD	2019-04-09 18:03:33 UTC (rev 450661)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e1ae40b8cc14ac816cd355f0ad10dc043d357946c85e2aaf6be4cb2b6fe564135b01f1375762bc0c57e087069271b4f39db40aa598d5d91ce1625a3a4db837f8')
+sha512sums=('e72288dbc54e938d5e9249e8376b6044bc59d47013917fd1406af9b933ea5a5e758bd36ceb88f49490a88e040807fb15545e5263ba74b2b5bbb048532b33776c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list