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

Felix Yan felixonmars at archlinux.org
Sat May 9 05:21:30 UTC 2020


    Date: Saturday, May 9, 2020 @ 05:21:30
  Author: felixonmars
Revision: 625859

upgpkg: npm-check-updates 5.0.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 05:21:23 UTC (rev 625858)
+++ PKGBUILD	2020-05-09 05:21:30 UTC (rev 625859)
@@ -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.1.2
+pkgver=5.0.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0913b6d19d767f280a2ffa30e23e299e9cb17af75afcfb856d6a6c17913db055b407e337777d80d5d0fe7d31cb0e381d7ab84a5ebeb85bca90e8cfc6abc38b8b')
+sha512sums=('8652f230c4491ee800653fb10742cf067c687e894ff05d1dc03f9729abad2aa7ff549408a20b786010dc213489364728a7dd7e7f7b338684b216dd95f5b19846')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list