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

Felix Yan felixonmars at archlinux.org
Thu May 25 07:06:26 UTC 2017


    Date: Thursday, May 25, 2017 @ 07:06:25
  Author: felixonmars
Revision: 230016

upgpkg: npm-check-updates 2.11.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-25 07:04:56 UTC (rev 230015)
+++ PKGBUILD	2017-05-25 07:06:25 UTC (rev 230016)
@@ -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.11.1
+pkgver=2.11.2
 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)
-sha512sums=('bb651818148ed9220c75e78f47efa490a83316dce1ccf0159275e4d219e08db4ac1963ff4e46304ebf4c86ef0e41b1451ec7aeb930cfe774ff471e567b316a28')
+sha512sums=('0d53ad313914af0ae410b463d22f21c3ac57a8b738e7e7ec14c32a420243cfac18c6bba9a13912d9f3fe78c426cb03ae1afc8c8d2e8342c3ccc2ccad47fd6bba')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list