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

Felix Yan felixonmars at archlinux.org
Tue Sep 29 16:50:13 UTC 2020


    Date: Tuesday, September 29, 2020 @ 16:50:13
  Author: felixonmars
Revision: 713726

upgpkg: npm-check-updates 9.0.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-29 16:49:50 UTC (rev 713725)
+++ PKGBUILD	2020-09-29 16:50:13 UTC (rev 713726)
@@ -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.2
+pkgver=9.0.3
 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=('4da9c4004b114ed204c97d8e9f448d4d5320871da846918ddd048d16a59d8aaec239dc43cdf0b6631405a6a4d918e0b70380655d4168ac0c95ff43a2c97a7596')
+sha512sums=('fe93bba4570f77c1143ef8a94b969e8b018721ad075ef976f8824e67dae54bf8d760998713b63557f8f164437980e5544fc7c201d251326379ef275e1fe32fd1')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list