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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 9 17:17:06 UTC 2022


    Date: Friday, September 9, 2022 @ 17:17:06
  Author: felixonmars
Revision: 1297261

upgpkg: npm-check-updates 16.0.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-09 17:08:07 UTC (rev 1297260)
+++ PKGBUILD	2022-09-09 17:17:06 UTC (rev 1297261)
@@ -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.1
+pkgver=16.0.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=('c04182f5b5acc5555c7302299572e3ddff74daa391ab9b6e2b56a2fcf97093f5adb7faf36cdf2edfe969661f35d429fbd590052003ef7abe25fa2df59dbc5f24')
+sha512sums=('16c513c3e674bcac1252d75231bd41b96d62cf4f7b974e52f9907cef1c1d3f54f6fa8df4f6aafeef6e6198e04c870e6c98c32c87449b743db30b5e62df3f9e00')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list