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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 11 07:08:55 UTC 2022


    Date: Thursday, August 11, 2022 @ 07:08:54
  Author: felixonmars
Revision: 1265167

upgpkg: npm-check-updates 15.0.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-11 07:06:50 UTC (rev 1265166)
+++ PKGBUILD	2022-08-11 07:08:54 UTC (rev 1265167)
@@ -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.1
+pkgver=15.0.2
 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=('b107162a7ca52d578ff98b34736dae08ac28e114a08ab819d7aa992b6a81c5dd382d86133bd65e3371cb66068ef022ddf4d24e6172d9000d824cb44edeea7baa')
+sha512sums=('65298d526d8297c2bb5590612d8e3f004d8d1e665f4788252a845921e26b820e5bbc53f52e1441537b5d4be217d7e30ba14be91762fe43ba03e503be9c13a6f9')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list