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

Felix Yan felixonmars at archlinux.org
Mon Jun 3 07:55:57 UTC 2019


    Date: Monday, June 3, 2019 @ 07:55:57
  Author: felixonmars
Revision: 476692

upgpkg: npm-check-updates 3.1.10-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-03 07:50:52 UTC (rev 476691)
+++ PKGBUILD	2019-06-03 07:55:57 UTC (rev 476692)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=3.1.9
+pkgver=3.1.10
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('2d1c8e6c4110250317a8089eef8c5aed3d77eca01253e807091ed850de65eadfcef9fdaab81a161e7a5f7d1ff475b0bc34baa20c827b00f0492134428d540d8b')
+sha512sums=('aace1a620dc86ec1dbcd5c86ff86daa6092e7e59078f6c80477e844bb7d2bc32acdcd068b64016a62690f4951b5e0a926702eebeeb3105a660a5894cddf3194b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list