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

Felix Yan felixonmars at gemini.archlinux.org
Wed May 4 11:30:39 UTC 2022


    Date: Wednesday, May 4, 2022 @ 11:30:38
  Author: felixonmars
Revision: 1193488

upgpkg: npm-check-updates 12.5.11-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 11:26:50 UTC (rev 1193487)
+++ PKGBUILD	2022-05-04 11:30:38 UTC (rev 1193488)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=12.5.10
+pkgver=12.5.11
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('nodejs-nopt' 'npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('18a066802e990d9c2c86c392bac7be2580c555071a2a3f4d58d5975bda165f44ddaca271dbafe247a778b7a2c6fa2366e635febe806819c10868617c091cd6a7')
+sha512sums=('b92df26182bf17556f665251ca6b8292af8c63647bbff5a5391a3958f513631fb53b092a783302fc210419f08dec04f04f633e2715552a4f46abf4c68998c93b')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list