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

Felix Yan felixonmars at gemini.archlinux.org
Sat Sep 10 13:32:27 UTC 2022


    Date: Saturday, September 10, 2022 @ 13:32:27
  Author: felixonmars
Revision: 1298954

upgpkg: npm-check-updates 16.0.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-10 13:32:06 UTC (rev 1298953)
+++ PKGBUILD	2022-09-10 13:32:27 UTC (rev 1298954)
@@ -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.2
+pkgver=16.0.3
 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=('16c513c3e674bcac1252d75231bd41b96d62cf4f7b974e52f9907cef1c1d3f54f6fa8df4f6aafeef6e6198e04c870e6c98c32c87449b743db30b5e62df3f9e00')
+sha512sums=('a13090fd44ab0c1aee54e211ae7a71938a16e07d662097dc4ad6b6fdf7ec94abfa92abf80b6da13fe96d668446bbed67859e5db036ff07c0a85720f6eff5a6f3')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list