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

Felix Yan felixonmars at archlinux.org
Sat Feb 27 11:00:35 UTC 2021


    Date: Saturday, February 27, 2021 @ 11:00:34
  Author: felixonmars
Revision: 874741

upgpkg: npm-check-updates 11.1.8-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 11:00:29 UTC (rev 874740)
+++ PKGBUILD	2021-02-27 11:00:34 UTC (rev 874741)
@@ -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.7
+pkgver=11.1.8
 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=('fa17c7bd928dd9e142432e823a90135c2aa7419340d57ecdb39e4e6e9d359952139e5096bd0896fcee39aeecd4777eeb7533c4d7f080acdad7d0c6a6570ba841')
+sha512sums=('8326c405caae5342e5fd8e0230e24fba4154c7a43291cb546dc88ed6d04b3767355ddcfed6fa3d05612f2f88c7162ac425003a267d07e30ee5fdc888edd15f4e')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list