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

Felix Yan felixonmars at archlinux.org
Sat Jan 23 19:52:18 UTC 2021


    Date: Saturday, January 23, 2021 @ 19:52:18
  Author: felixonmars
Revision: 826810

upgpkg: npm-check-updates 11.0.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-23 19:51:21 UTC (rev 826809)
+++ PKGBUILD	2021-01-23 19:52:18 UTC (rev 826810)
@@ -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.0
+pkgver=11.0.1
 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=('13a9a2b1bc76f33963a04eee8e3f2940e91672ef7072e1c35133ef29ed4b79a9664e6dab70343fef3b505f9cda1ca07dd6e5fe2b66cb3fd2411bbdc88d954962')
+sha512sums=('972cd4dc444d8cfc8820c5fd10fe2f6520df6677c800266f8ae1c160ac773760c74ac3343ff2db4378af5a3b6b9f9474285c744ddc5af414e1d1f4c07f2205c4')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list