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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 23 17:53:01 UTC 2022


    Date: Tuesday, August 23, 2022 @ 17:53:00
  Author: felixonmars
Revision: 1275732

upgpkg: npm-check-updates 15.1.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 17:47:56 UTC (rev 1275731)
+++ PKGBUILD	2022-08-23 17:53:00 UTC (rev 1275732)
@@ -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.0.5
+pkgver=15.1.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=('2df3b423075442e16e473fefe19f973245f30b584eb66b4cfd3314f58220df611070ba9f215f22c585a8a7500cefdf5264a584039de2533c1dbb5c2058009b46')
+sha512sums=('2266a64da5409b9e7ccc4aa802f29fdebdf27ae4881bc9787bc2c353dabf5dfca8b767928cd1665e7adea49d8cd70facc0176617336c35c0946265b6f733ed4b')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list