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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 16:32:58 UTC 2020


    Date: Wednesday, February 26, 2020 @ 16:32:58
  Author: felixonmars
Revision: 583009

upgpkg: npm-check-updates 4.0.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 16:30:38 UTC (rev 583008)
+++ PKGBUILD	2020-02-26 16:32:58 UTC (rev 583009)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=4.0.1
+pkgver=4.0.2
 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=('ac3aca02a850b9362ad8492776ba0f319180f4deada53a2d395388268c516b764a9dbfe639cab64d9bf80382cb48cf3ef646653feb01c04f9700687cc16670ff')
+sha512sums=('115273c0e208766e7cba0d2f22702592f92f7d7eb4dd2ce5eb5e1cfc5169b6dcdec571bc2974178fe09fd0627ef4711f05bf213dcf2b2e4e02b2af61ee42fe8a')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list