Date: Monday, March 20, 2023 @ 03:21:48
  Author: felixonmars
Revision: 1424371

upgpkg: npm-check-updates 16.7.9-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-20 00:00:30 UTC (rev 1424370)
+++ PKGBUILD    2023-03-20 03:21:48 UTC (rev 1424371)
@@ -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.7.8
+pkgver=16.7.9
 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=('fc6821b09e59eba2a501b975c8bee7ee8149298bfe4da6cd41c22186a3478f029c2b7bdefac9fed269ff374866d036302fc13407389ae811aaf7ab52a986ec15')
+sha512sums=('dbf4fd3c1d16d6e001075375d637673dabaa34b5cc84f5320b40c179e1a5524b5c1a5ff8d767f8d22a85b273460aa2006a0fc2dfb4a32cd896dbfcae0fb49a97')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz

Reply via email to