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

Felix Yan felixonmars at archlinux.org
Sun Jul 14 16:33:08 UTC 2019


    Date: Sunday, July 14, 2019 @ 16:33:08
  Author: felixonmars
Revision: 489526

upgpkg: npm-check-updates 3.1.20-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-14 15:56:01 UTC (rev 489525)
+++ PKGBUILD	2019-07-14 16:33:08 UTC (rev 489526)
@@ -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.18
+pkgver=3.1.20
 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=('7b8506386745b3dfbdb91ad9ae88ee793f9f8e0e2e559ce2f1fc83756212f7e248978278c6a383874be9d537429de7639fc8d33f2d5d854b5b8d0b51580855f3')
+sha512sums=('99cf41028398493c0ffc8be803ea1f7645928a9c11be1802d2aa29d4fbe5319a238338bb37f77291dc4e216af0d0e9593e710abd790a144b8f93decbaef5c4d4')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list