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

Felix Yan felixonmars at archlinux.org
Thu Dec 22 02:25:32 UTC 2016


    Date: Thursday, December 22, 2016 @ 02:25:31
  Author: felixonmars
Revision: 200879

upgpkg: npm-check-updates 2.8.9-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-22 01:09:13 UTC (rev 200878)
+++ PKGBUILD	2016-12-22 02:25:31 UTC (rev 200879)
@@ -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.8
+pkgver=2.8.9
 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=('de9b70de326727730ccbe7fe6be69cf9c683f1ea126122ede7f8d9120028d0ce')
+sha256sums=('2fd8500bd58df304f6142149c9ed45399f9dbdccf5de09fed2bdb85bb9f5e4e2')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list