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

Felix Yan felixonmars at archlinux.org
Mon Jan 25 17:38:42 UTC 2021


    Date: Monday, January 25, 2021 @ 17:38:41
  Author: felixonmars
Revision: 829702

upgpkg: npm-check-updates 11.1.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 17:16:28 UTC (rev 829701)
+++ PKGBUILD	2021-01-25 17:38:41 UTC (rev 829702)
@@ -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.0.2
+pkgver=11.1.0
 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=('0a4fbd62ae81fcde74cba96618dd1b2d7d7f4c4b1e6ffd314d64806df89ad4d5431f6b80cdc021c008096e4393a90b8cf8ee8a0bcd258974e4f2d0b5c363ca38')
+sha512sums=('113d9a851f0be8acdbdadc738176b698b1a4548c7e2ebdb752cb52e443c785c0cdd4549f85dce536d258b11dafbc47bd4eef4000bb49a772bc01a470d9e3c1f7')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list