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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 13 16:45:55 UTC 2022


    Date: Sunday, March 13, 2022 @ 16:45:54
  Author: felixonmars
Revision: 1151094

upgpkg: npm-check-updates 12.5.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-13 16:45:31 UTC (rev 1151093)
+++ PKGBUILD	2022-03-13 16:45:54 UTC (rev 1151094)
@@ -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.2
+pkgver=12.5.3
 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=('5c91853b7920726f962658ce3d16197ff5b8d054b311c2c369c43558f1205b8a97950cb8221af57959e54b6fb8df2d18105faa8cb93272bed66c7c9f926e82e0')
+sha512sums=('b22160ffe527fa3e2d2c0e862429e4ea1cf6614e187396dfb439cea224912ca2fa35e012dc549c077da6b4a341b484cc25fda7b28652afcbc7fb075419e3f5f6')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list