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

Felix Yan felixonmars at archlinux.org
Thu Dec 12 19:46:32 UTC 2019


    Date: Thursday, December 12, 2019 @ 19:46:32
  Author: felixonmars
Revision: 537444

upgpkg: npm-check-updates 4.0.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 19:46:16 UTC (rev 537443)
+++ PKGBUILD	2019-12-12 19:46:32 UTC (rev 537444)
@@ -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.2.2
+pkgver=4.0.1
 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=('b2664b1905986cd39054befcecbc314ca6a4853965fc667813094a45fb240fe793092a71770a5b9141db4f4431c827f5b99c3ce935de0051b0f044f3996dc5ab')
+sha512sums=('ac3aca02a850b9362ad8492776ba0f319180f4deada53a2d395388268c516b764a9dbfe639cab64d9bf80382cb48cf3ef646653feb01c04f9700687cc16670ff')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list