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

Felix Yan felixonmars at archlinux.org
Sat Feb 27 22:16:35 UTC 2021


    Date: Saturday, February 27, 2021 @ 22:16:35
  Author: felixonmars
Revision: 875602

upgpkg: npm-check-updates 11.1.9-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 22:16:00 UTC (rev 875601)
+++ PKGBUILD	2021-02-27 22:16:35 UTC (rev 875602)
@@ -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.1.8
+pkgver=11.1.9
 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=('8326c405caae5342e5fd8e0230e24fba4154c7a43291cb546dc88ed6d04b3767355ddcfed6fa3d05612f2f88c7162ac425003a267d07e30ee5fdc888edd15f4e')
+sha512sums=('66d979abbf391f0fb289452796137f966ad87730e91fa328a6bd31b628dbf6dea5b52e11c24214f6a657b9894e26d3f211735d98476649cd8da5f145b3f36b7a')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list