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

Felix Yan felixonmars at archlinux.org
Sun Aug 30 08:23:31 UTC 2020


    Date: Sunday, August 30, 2020 @ 08:23:30
  Author: felixonmars
Revision: 692480

upgpkg: npm-check-updates 8.0.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 08:23:18 UTC (rev 692479)
+++ PKGBUILD	2020-08-30 08:23:30 UTC (rev 692480)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=8.0.0
+pkgver=8.0.1
 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=('c12bccd9999a7b70cc383756dfb4022f6728e59b67074927e22e7ac29ff1269bc317db549a58f9f2cce02eec5e0328d81cff8b7bf752d007f1a4ecfe6ef8785f')
+sha512sums=('95b93979740046c11c6c85319acdaf08d023b1a36525e46052f5da713d3249fc30faac725f584e9fed4705e51a92b0efd9a80a38128cc8f2619162ce5a482780')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list