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

Felix Yan felixonmars at gemini.archlinux.org
Sat Mar 19 00:59:11 UTC 2022


    Date: Saturday, March 19, 2022 @ 00:59:10
  Author: felixonmars
Revision: 1160186

upgpkg: npm-check-updates 12.5.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 00:55:18 UTC (rev 1160185)
+++ PKGBUILD	2022-03-19 00:59:10 UTC (rev 1160186)
@@ -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.3
+pkgver=12.5.4
 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=('b22160ffe527fa3e2d2c0e862429e4ea1cf6614e187396dfb439cea224912ca2fa35e012dc549c077da6b4a341b484cc25fda7b28652afcbc7fb075419e3f5f6')
+sha512sums=('e3edbbcda4dd89e5a0bcf2da099fc0e90d960b571855cadcd92a9598b158824581acac35424c29795d7a152be414666bdce745cabec3a63c3c2519f81f643117')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list