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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 15 21:48:30 UTC 2022


    Date: Friday, July 15, 2022 @ 21:48:30
  Author: felixonmars
Revision: 1253001

upgpkg: npm-check-updates 14.0.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 21:46:57 UTC (rev 1253000)
+++ PKGBUILD	2022-07-15 21:48:30 UTC (rev 1253001)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=14.0.1
+pkgver=14.0.2
 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=('0a31cac5c26eaff3a255cd862816a052bcc3b172fc2490bbd6b355bf6982ede340eb0fde6dedcf3b1f71e3a6b2e29df0a12c4939aee1616367d54c0bee3807ba')
+sha512sums=('ad57ad3f9d501db6db70385306442ffa1f841196cbc757a13e0a93e85f4c1f7676dcef2d4b625becf5aeb08582334e2a869d885eee83deed6c8da806d07ed22f')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list