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

Felix Yan felixonmars at archlinux.org
Wed Mar 22 03:27:17 UTC 2017


    Date: Wednesday, March 22, 2017 @ 03:27:16
  Author: felixonmars
Revision: 218264

upgpkg: npm-check-updates 2.10.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-22 03:26:05 UTC (rev 218263)
+++ PKGBUILD	2017-03-22 03:27:16 UTC (rev 218264)
@@ -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.3
+pkgver=2.10.4
 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=('f73dcef93eaed41ab0f0c7cec66034c67126fffd627688a29c2512ba1fc95ab1')
+sha256sums=('da40878fb5944e3d08c942b86ca4988c3c98120503f73e473bf9ae36ac5cfc17')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list