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

Felix Yan felixonmars at archlinux.org
Tue Apr 24 16:57:24 UTC 2018


    Date: Tuesday, April 24, 2018 @ 16:57:23
  Author: felixonmars
Revision: 317577

upgpkg: npm-check-updates 2.14.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-24 16:07:13 UTC (rev 317576)
+++ PKGBUILD	2018-04-24 16:57:23 UTC (rev 317577)
@@ -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.14.1
+pkgver=2.14.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=('c4f90c7bd612c80d2caea57e6411fec64ceaa7027e41b5eb93f94d8ed5fa6f3c36eba42cb583f35a253296edc7b7f9e130bd24cbdacd1bf1d28179e5c8a61f59')
+sha512sums=('932acb9c620898f6f858afd2ff8020b31299db5ced0bd28ffba68d4d9377d5c1899b8f86c87f9a36aec04afbc940ede239d83f73ad2a2dd655b4b4ce9f897481')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list