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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 8 20:57:33 UTC 2022


    Date: Tuesday, March 8, 2022 @ 20:57:33
  Author: felixonmars
Revision: 1145562

upgpkg: npm-check-updates 12.5.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 20:55:02 UTC (rev 1145561)
+++ PKGBUILD	2022-03-08 20:57:33 UTC (rev 1145562)
@@ -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.0
+pkgver=12.5.1
 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=('9ebaf25cef4865d26c0085e8f0b76d965aec1a24c313820c02877b7e5d637790b7f2d39d6591bf72b34d8a2e0891cb7196d41198aff3899c2c3034e586ccd95e')
+sha512sums=('1043b89a2602ed4de913e79b55e8ff43d30b4a677ec055ad310ffc9e2fb0ffb6c6105ee728f9b34e92c7d443ca24d39d8f1761c701cba01375e6d7bded2a7768')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list