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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jul 25 03:55:14 UTC 2022


    Date: Monday, July 25, 2022 @ 03:55:14
  Author: felixonmars
Revision: 1256162

upgpkg: npm-check-updates 14.1.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-25 03:55:03 UTC (rev 1256161)
+++ PKGBUILD	2022-07-25 03:55:14 UTC (rev 1256162)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=14.1.0
+pkgver=14.1.1
 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=('e78df55d6d0cb2b49f06fda61e84418eafe66f67a234a5005c11b17badce068f9364032d288fbfdb3c76ddbf44d80dc094b4043d093f7b8b33ec4a0718ea0528')
+sha512sums=('95519c91dfd247d96908f5775a163f2db86a41157a57b8d890de704a9e3d3fe111db10a02867b01358b9912081067346f75b5c428f427c11a15f5298f6dec30a')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list