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

Felix Yan felixonmars at archlinux.org
Sat May 15 19:12:09 UTC 2021


    Date: Saturday, May 15, 2021 @ 19:12:09
  Author: felixonmars
Revision: 934755

upgpkg: npm-check-updates 11.5.13-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 18:49:21 UTC (rev 934754)
+++ PKGBUILD	2021-05-15 19:12:09 UTC (rev 934755)
@@ -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.11
+pkgver=11.5.13
 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=('b5577b6c7f7a681afa14379431e41b5e4cdb48602aec23fa8d0997fe9a75a647e338785c60a16a5e97b9eac44992332e675ce4042f217ad693ee03eef6aefbeb')
+sha512sums=('e11f4c3abd74d5175359829949b21b08521761e831b7467b09830d49853390bbaeb0c72e78ca07dc4fdd81f2f78784bd5bfcf85dba0335b3fa8d5f4524fffbdc')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list