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

Felix Yan felixonmars at gemini.archlinux.org
Sun Sep 11 07:55:40 UTC 2022


    Date: Sunday, September 11, 2022 @ 07:55:40
  Author: felixonmars
Revision: 1300456

upgpkg: npm-check-updates 16.0.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-11 07:55:35 UTC (rev 1300455)
+++ PKGBUILD	2022-09-11 07:55:40 UTC (rev 1300456)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=16.0.3
+pkgver=16.0.4
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('git')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a13090fd44ab0c1aee54e211ae7a71938a16e07d662097dc4ad6b6fdf7ec94abfa92abf80b6da13fe96d668446bbed67859e5db036ff07c0a85720f6eff5a6f3')
+sha512sums=('6878a7f6319d83d362a40786ba3b00102476e842aa2cf1470484d69cdfb09c29adf630dba9c4915dc21dbafc6948323f19c1d7206c41185e19cc7a839c5c8482')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list