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

Felix Yan felixonmars at archlinux.org
Wed Jul 3 00:36:44 UTC 2019


    Date: Wednesday, July 3, 2019 @ 00:36:44
  Author: felixonmars
Revision: 487325

upgpkg: npm-check-updates 3.1.13-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-03 00:34:59 UTC (rev 487324)
+++ PKGBUILD	2019-07-03 00:36:44 UTC (rev 487325)
@@ -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.12
+pkgver=3.1.13
 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=('91ff294bb043061d727fe647c6e1810b76d2b87779a244810597cd1ca9007d5d4f7760d459c35220b359848539e30959edabb7c3804ff691c9e90965fc3848f0')
+sha512sums=('6d114582cd08509bc12cb52999b14b3073df9434282274bd2e1ef21a16debe3b7ae0ab80f6377e6db13bbd3744fe3d5fa1945bb9ff12e6f987b218c489be1dd3')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list