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

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 26 07:13:57 UTC 2022


    Date: Friday, August 26, 2022 @ 07:13:57
  Author: felixonmars
Revision: 1280964

upgpkg: npm-check-updates 15.2.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 07:10:12 UTC (rev 1280963)
+++ PKGBUILD	2022-08-26 07:13:57 UTC (rev 1280964)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=15.2.0
+pkgver=15.2.1
 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=('41c3501371723aca25583d4d73e0d1af27dfb817faf1f5ea543bcde6004c93705269143ebab6424df9bd072d15b8f3c0dafac30513d5818641fbc2fd50de00bf')
+sha512sums=('52b7a81e371b0d8820666e08f0e5ff2e9f90659f31ac20cffbcc7281c84c0646b1f2698eccbed527f704be059bf7d798119ba9e8cb8ea0369109951a8f0c06f6')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list