Date: Sunday, April 16, 2023 @ 07:00:50
  Author: felixonmars
Revision: 1446352

upgpkg: npm-check-updates 16.10.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-16 07:00:06 UTC (rev 1446351)
+++ PKGBUILD    2023-04-16 07:00:50 UTC (rev 1446352)
@@ -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.10.1
+pkgver=16.10.2
 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=('b3908dc6d6828e2151f27b380e4649bae90c6a25e875e632a074385d8a7459f46ea94f8d7d23836d6f634034edc1914886bcd7d1de3f6095cbdf606d797fae8f')
+sha512sums=('9e3729b378dbb6f88bf01aa6bf9be1d84794638cf7744391afbb74088391ebe334e7285c8791b3613f4c39b41a03fa62d26883aae91fd98f36f5cd5201cde7fb')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz

Reply via email to