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

Felix Yan felixonmars at archlinux.org
Sun May 30 12:17:57 UTC 2021


    Date: Sunday, May 30, 2021 @ 12:17:57
  Author: felixonmars
Revision: 950367

upgpkg: npm-check-updates 11.6.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-30 12:05:56 UTC (rev 950366)
+++ PKGBUILD	2021-05-30 12:17:57 UTC (rev 950367)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=11.5.13
+pkgver=11.6.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=('e11f4c3abd74d5175359829949b21b08521761e831b7467b09830d49853390bbaeb0c72e78ca07dc4fdd81f2f78784bd5bfcf85dba0335b3fa8d5f4524fffbdc')
+sha512sums=('fe5e12ec687ef3e460e62b56b2a1726b9451487b4fcf0e677b20256d63497c17c47915fa9585712a0b3ce5014138aad98f778be4c1816945bcdb6f139a3321af')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list