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

Felix Yan felixonmars at archlinux.org
Mon Feb 6 03:16:30 UTC 2017


    Date: Monday, February 6, 2017 @ 03:16:29
  Author: felixonmars
Revision: 210188

upgpkg: npm-check-updates 2.10.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-06 03:14:26 UTC (rev 210187)
+++ PKGBUILD	2017-02-06 03:16:29 UTC (rev 210188)
@@ -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.8.10
+pkgver=2.10.0
 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=('eb97fee9bc1787dd6815bdb11ad1d38080279b818486eb19fc694f00ba126a16')
+sha256sums=('1267e21a17922a37ead2e071e0e82a833f98c2dcde76bf8edeed7cc60dde656b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list