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

Felix Yan felixonmars at archlinux.org
Wed Apr 5 05:14:08 UTC 2017


    Date: Wednesday, April 5, 2017 @ 05:14:07
  Author: felixonmars
Revision: 220521

upgpkg: npm-check-updates 2.10.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-05 04:47:07 UTC (rev 220520)
+++ PKGBUILD	2017-04-05 05:14:07 UTC (rev 220521)
@@ -3,7 +3,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=2.10.4
+pkgver=2.10.5
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 depends=('semver' 'npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('da40878fb5944e3d08c942b86ca4988c3c98120503f73e473bf9ae36ac5cfc17')
+sha512sums=('af8898e6e3b16ee66e1d9208c412cdd08f3b49d17218da22a79f37f05b659f732cc964912119ed75ad5724c7ec4d18009279269d7031da26ca283cd9c680abe4')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list