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

Felix Yan felixonmars at archlinux.org
Sat Jun 19 10:02:16 UTC 2021


    Date: Saturday, June 19, 2021 @ 10:02:15
  Author: felixonmars
Revision: 965431

upgpkg: npm-check-updates 11.7.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-19 10:01:51 UTC (rev 965430)
+++ PKGBUILD	2021-06-19 10:02:15 UTC (rev 965431)
@@ -2,8 +2,8 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=11.6.0
-pkgrel=2
+pkgver=11.7.0
+pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
 license=('Apache')
@@ -10,7 +10,7 @@
 depends=('nodejs-nopt' 'npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fe5e12ec687ef3e460e62b56b2a1726b9451487b4fcf0e677b20256d63497c17c47915fa9585712a0b3ce5014138aad98f778be4c1816945bcdb6f139a3321af')
+sha512sums=('12ed4d1017cdd84f3420fb07d37f9d6eb7fff7f45b21668790e2e499ae6c612a271471b3e157cc913089094319e8c339060be84f1b2bb3a70d02bbf89d32ad3c')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list