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

Felix Yan felixonmars at gemini.archlinux.org
Sun Apr 3 00:48:23 UTC 2022


    Date: Sunday, April 3, 2022 @ 00:48:22
  Author: felixonmars
Revision: 1180898

upgpkg: npm-check-updates 12.5.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 00:47:10 UTC (rev 1180897)
+++ PKGBUILD	2022-04-03 00:48:22 UTC (rev 1180898)
@@ -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.4
+pkgver=12.5.5
 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=('e3edbbcda4dd89e5a0bcf2da099fc0e90d960b571855cadcd92a9598b158824581acac35424c29795d7a152be414666bdce745cabec3a63c3c2519f81f643117')
+sha512sums=('ecb1fa28de85d5f64cb58e333580103e9254d53a3167ab120b193de3cbeb2c8cfdeda36a98f2d25fbd8cae66ce5b0a720602c23db149598fe4df3135f299b17f')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list