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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 13 13:55:17 UTC 2022


    Date: Monday, June 13, 2022 @ 13:55:16
  Author: felixonmars
Revision: 1237546

upgpkg: npm-check-updates 13.1.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-13 13:54:59 UTC (rev 1237545)
+++ PKGBUILD	2022-06-13 13:55:16 UTC (rev 1237546)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=13.1.3
+pkgver=13.1.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=('c32c5c0dcb55e7f82c54086d9af41666db48eb57af8fa1395eb02f8849675c07573ca186feba9820070a4b61195205682899c29234265e038dcf26e29bc4a67d')
+sha512sums=('692b6e3d49ff390069f6f498052ae37e096e72166d45e6ad85818f320be3bc2a3ef29439aea3bbd3ac38f4d161e955d0598aea781d0c4728e0d39872f881d073')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list