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

Felix Yan felixonmars at archlinux.org
Fri May 3 21:05:14 UTC 2019


    Date: Friday, May 3, 2019 @ 21:05:14
  Author: felixonmars
Revision: 458758

upgpkg: npm-check-updates 3.1.9-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-03 21:04:56 UTC (rev 458757)
+++ PKGBUILD	2019-05-03 21:05:14 UTC (rev 458758)
@@ -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.8
+pkgver=3.1.9
 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=('6bf81bd91cd5df970166a56f52d3a3e8d220e553835ebe55e5f2db3f91be2c94f12e8b16cec57e49776669a5ca1008db34f1a5eee66b75794ab819bff0ca7e1c')
+sha512sums=('2d1c8e6c4110250317a8089eef8c5aed3d77eca01253e807091ed850de65eadfcef9fdaab81a161e7a5f7d1ff475b0bc34baa20c827b00f0492134428d540d8b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list