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

Felix Yan felixonmars at archlinux.org
Wed Apr 3 09:55:54 UTC 2019


    Date: Wednesday, April 3, 2019 @ 09:55:54
  Author: felixonmars
Revision: 448278

upgpkg: npm-check-updates 3.1.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-03 08:37:05 UTC (rev 448277)
+++ PKGBUILD	2019-04-03 09:55:54 UTC (rev 448278)
@@ -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.3
+pkgver=3.1.4
 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=('12de104241d0b5f7c66de3f6b1b760b82e152241ecb5df16588936f76ce8635491889678e457d220d86b467d1d3dfb50e73e340b43fb68b4ba8018d1f20c5bb7')
+sha512sums=('922cf667e5a7e49d49c886464dc0912c2515c0ef82d65d0c8fa73b7ca0e55d1531487384a1452e42c8fe7cf2d4d61b6e34d78bee06ccd4a6ef13548818b3a0bc')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list