Date: Monday, April 10, 2023 @ 07:38:03
  Author: felixonmars
Revision: 1443832

upgpkg: npm-check-updates 16.10.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 07:37:23 UTC (rev 1443831)
+++ PKGBUILD    2023-04-10 07:38:03 UTC (rev 1443832)
@@ -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.9.0
+pkgver=16.10.0
 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=('00e000adee0000fcc1e69e3513cbdb922b31ec5ca974d0b2e2692217898c525ea9b4e51591a306956571d5eaa099aa2b69e027be1c81c88192fb82cded4f971e')
+sha512sums=('c6d4e6dfcffde2ef418456c8baad72c632acfa599740af919f3c607cc573461cfdbd15e072e0bd66c4b0f21a2b9a6ae656d219f321b402df34775479bd17faad')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz

Reply via email to