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

Felix Yan felixonmars at archlinux.org
Mon Oct 5 17:13:44 UTC 2020


    Date: Monday, October 5, 2020 @ 17:13:44
  Author: felixonmars
Revision: 718763

upgpkg: npm-check-updates 9.0.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-05 17:13:31 UTC (rev 718762)
+++ PKGBUILD	2020-10-05 17:13:44 UTC (rev 718763)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=9.0.3
+pkgver=9.0.4
 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=('fe93bba4570f77c1143ef8a94b969e8b018721ad075ef976f8824e67dae54bf8d760998713b63557f8f164437980e5544fc7c201d251326379ef275e1fe32fd1')
+sha512sums=('92a7af0bd45746c6a8b0f6478383e6e423709ce006db29af854ed0dd0217d354835080f87e9a1201022e5d01fd577367bbdea4494cf96c33f341292edf7333d0')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list