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

Felix Yan felixonmars at gemini.archlinux.org
Mon May 2 17:39:08 UTC 2022


    Date: Monday, May 2, 2022 @ 17:39:08
  Author: felixonmars
Revision: 1192295

upgpkg: npm-check-updates 12.5.10-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 17:34:49 UTC (rev 1192294)
+++ PKGBUILD	2022-05-02 17:39:08 UTC (rev 1192295)
@@ -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.9
+pkgver=12.5.10
 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=('97d88ebc3ec4b106fdea01492f8e55d35606e9b3fcf9d9a86d89d282ebde84fb8dc2075634cac4f110bc6d27d4457e625265f86e4a1b3784fc5cc1d737d18c1c')
+sha512sums=('18a066802e990d9c2c86c392bac7be2580c555071a2a3f4d58d5975bda165f44ddaca271dbafe247a778b7a2c6fa2366e635febe806819c10868617c091cd6a7')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list