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

Felix Yan felixonmars at archlinux.org
Sun Jan 24 12:20:37 UTC 2021


    Date: Sunday, January 24, 2021 @ 12:20:36
  Author: felixonmars
Revision: 828090

upgpkg: npm-check-updates 11.0.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 12:17:49 UTC (rev 828089)
+++ PKGBUILD	2021-01-24 12:20:36 UTC (rev 828090)
@@ -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.1
+pkgver=11.0.2
 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=('972cd4dc444d8cfc8820c5fd10fe2f6520df6677c800266f8ae1c160ac773760c74ac3343ff2db4378af5a3b6b9f9474285c744ddc5af414e1d1f4c07f2205c4')
+sha512sums=('0a4fbd62ae81fcde74cba96618dd1b2d7d7f4c4b1e6ffd314d64806df89ad4d5431f6b80cdc021c008096e4393a90b8cf8ee8a0bcd258974e4f2d0b5c363ca38')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list