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

Felix Yan felixonmars at archlinux.org
Tue Apr 16 11:40:23 UTC 2019


    Date: Tuesday, April 16, 2019 @ 11:40:22
  Author: felixonmars
Revision: 451757

upgpkg: npm-check-updates 3.1.8-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-16 11:39:59 UTC (rev 451756)
+++ PKGBUILD	2019-04-16 11:40:22 UTC (rev 451757)
@@ -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.7
+pkgver=3.1.8
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ea83750cf5daedecb934fb90ec4d426b2101a455b8b0bc13a3877ac1c8aa2c770b43603a65c7e2068e334f3424d04c8f02606c4ddca4d197ad7ad63704776860')
+sha512sums=('6bf81bd91cd5df970166a56f52d3a3e8d220e553835ebe55e5f2db3f91be2c94f12e8b16cec57e49776669a5ca1008db34f1a5eee66b75794ab819bff0ca7e1c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list