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

Felix Yan felixonmars at gemini.archlinux.org
Wed Sep 7 09:38:40 UTC 2022


    Date: Wednesday, September 7, 2022 @ 09:38:40
  Author: felixonmars
Revision: 1296047

upgpkg: npm-check-updates 15.3.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-07 09:38:25 UTC (rev 1296046)
+++ PKGBUILD	2022-09-07 09:38:40 UTC (rev 1296047)
@@ -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.3.3
+pkgver=15.3.4
 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=('91d66d7bd8de2779fcb52f30c408ebbd0cf9a308b800463da71b7939a133c34f7893fca68341d847a6fcf56d8e25a167ef12b8b42ae4385a7d3d458a972740f1')
+sha512sums=('6190dcc340c59f982097b6fdce767b3748be4351d52315be799955ed7bd1f9122cdfaec7fb2b4a081e2c940537dc183d2258d8eeebf776c1635769e93addc6c8')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list