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

Felix Yan felixonmars at archlinux.org
Mon May 3 15:45:02 UTC 2021


    Date: Monday, May 3, 2021 @ 15:45:02
  Author: felixonmars
Revision: 927223

upgpkg: npm-check-updates 11.5.10-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-03 15:37:09 UTC (rev 927222)
+++ PKGBUILD	2021-05-03 15:45:02 UTC (rev 927223)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=11.5.9
+pkgver=11.5.10
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('0fe160ac136d0491e5f83d67dfae02b10cbfa3a248ae1fbbbfe4979e037301ec8e56f73cc3fd72af9a6faa0b9541622f76e0b71dc448f3b6a6903a7b8a9cc7ec')
+sha512sums=('fa72ab941683825350584579f9bc7a64c24073a540fda29baad2acf9fafa7b071e745da17ccc473197b96fc996f5252ef9b8edb7f4ab3c7c64a0089ea59205a4')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list