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

Felix Yan felixonmars at archlinux.org
Sat May 1 18:55:44 UTC 2021


    Date: Saturday, May 1, 2021 @ 18:55:43
  Author: felixonmars
Revision: 926021

upgpkg: npm-check-updates 11.5.8-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-01 18:55:31 UTC (rev 926020)
+++ PKGBUILD	2021-05-01 18:55:43 UTC (rev 926021)
@@ -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.7
+pkgver=11.5.8
 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=('a5db0e90107f19d9786267db95983c42c64b7833fa26f7aa1a5b9ed566026c5dd32b90230b627b95d9f94ef5eaf121e66855e2f53113ae66c243424453a3bc74')
+sha512sums=('0fabc8a021dfd7c39444fcd754764a7c52419ab4c4b5c406927b6b6b7886915ac6bdfdd6065fd664b8d8ce3421f69a2289ee513c155cb7da69722f39f6aa78ad')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list