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

Felix Yan felixonmars at gemini.archlinux.org
Wed Aug 17 09:54:43 UTC 2022


    Date: Wednesday, August 17, 2022 @ 09:54:43
  Author: felixonmars
Revision: 1266701

upgpkg: npm-check-updates 15.0.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-17 09:49:11 UTC (rev 1266700)
+++ PKGBUILD	2022-08-17 09:54:43 UTC (rev 1266701)
@@ -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.2
+pkgver=15.0.3
 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=('65298d526d8297c2bb5590612d8e3f004d8d1e665f4788252a845921e26b820e5bbc53f52e1441537b5d4be217d7e30ba14be91762fe43ba03e503be9c13a6f9')
+sha512sums=('5828cad2983ae622358bc8f714000fc5bff77171b3a8de1d92a7a1f81f443c4f6abc7fc5b072f83ffb059a66b39f278e7254c62ceaee682e6cb9ebf514fdbcfc')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list