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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 25 16:39:16 UTC 2022


    Date: Thursday, August 25, 2022 @ 16:39:16
  Author: felixonmars
Revision: 1279495

upgpkg: npm-check-updates 15.2.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-25 16:31:34 UTC (rev 1279494)
+++ PKGBUILD	2022-08-25 16:39:16 UTC (rev 1279495)
@@ -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.1.0
+pkgver=15.2.0
 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=('2266a64da5409b9e7ccc4aa802f29fdebdf27ae4881bc9787bc2c353dabf5dfca8b767928cd1665e7adea49d8cd70facc0176617336c35c0946265b6f733ed4b')
+sha512sums=('41c3501371723aca25583d4d73e0d1af27dfb817faf1f5ea543bcde6004c93705269143ebab6424df9bd072d15b8f3c0dafac30513d5818641fbc2fd50de00bf')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list