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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 29 17:16:49 UTC 2022


    Date: Monday, August 29, 2022 @ 17:16:49
  Author: felixonmars
Revision: 1285434

upgpkg: npm-check-updates 15.2.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 17:09:11 UTC (rev 1285433)
+++ PKGBUILD	2022-08-29 17:16:49 UTC (rev 1285434)
@@ -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.2.3
+pkgver=15.2.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=('016a89946a05929e7e1bc83e039ec0d7464840b5570db4c24084dae62db95589df49355ce0be8ce35ab2275f0ac74bd567ec35cf603daef5bb6e3c9b6169bbd7')
+sha512sums=('ad716a8d5a6d097e9a872b9f13e05d1981a07c074427f26154da70d5211f8457655a3d151d377337aaedac2dc27319607121b1345c54e6943c4d6d9e7edd4e66')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list