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

Felix Yan felixonmars at gemini.archlinux.org
Sat May 28 16:22:17 UTC 2022


    Date: Saturday, May 28, 2022 @ 16:22:17
  Author: felixonmars
Revision: 1212172

upgpkg: npm-check-updates 13.0.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-28 16:22:10 UTC (rev 1212171)
+++ PKGBUILD	2022-05-28 16:22:17 UTC (rev 1212172)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=13.0.2
+pkgver=13.0.3
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('nodejs-nopt' 'npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('ecda5d458d35e72ad8d35f8e5985edb9decd2ebb5ce7277fc9cf492f5d1a03121bf384307780b946db4b4a5c6d0ee473621ccbb737db0bd0998cce50c3e4c298')
+sha512sums=('6bc0959252635d98663792aea7caca89e8c0ae86c26ce68c9ee6e1bccfcb91856e98ed7b741b96b9a1d4ba24ab62095051bf3c94649d6cd35f1c334dedbfb7a5')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list