Date: Friday, March 3, 2023 @ 17:48:43
  Author: felixonmars
Revision: 1410096

upgpkg: npm-check-updates 16.7.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-03 17:43:27 UTC (rev 1410095)
+++ PKGBUILD    2023-03-03 17:48:43 UTC (rev 1410096)
@@ -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.4
+pkgver=16.7.5
 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=('8e863397060de08dd00ce39c0286854b8aa8fd5ab57d937ce9bd78a63ca2270f363717ab63e664d4cccc1ca02c2b2a4a95200d8c53b80a26dd903565290ec82a')
+sha512sums=('83e53f731034893bd4fecc97d048d75ad575d23a0429094de6ce8308576fa6fe9e5d219b498a4e8ceb627e2ca8a527a474f9e3a2056e203b7136555d244091f3')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz

Reply via email to