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

Felix Yan felixonmars at archlinux.org
Tue Apr 27 10:39:30 UTC 2021


    Date: Tuesday, April 27, 2021 @ 10:39:29
  Author: felixonmars
Revision: 924715

upgpkg: npm-check-updates 11.5.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 10:38:38 UTC (rev 924714)
+++ PKGBUILD	2021-04-27 10:39:29 UTC (rev 924715)
@@ -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.5.2
+pkgver=11.5.3
 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=('74e6f56004e0626e572659bc0b8b93c67e8eda55482988df477550865b2aacb8d2431f5a50e805db431dd2c3f247bf7133e71cfcc7833e33e799374cb77b3f86')
+sha512sums=('fc708b2f705d4e9f17f47eccfcbc4a924a4f01a2ef5de4ade47016e012eab7e23a1ddebc8ad558aa0e021a18af9bfeb8b10d8209f4635f13a95c05361b0c7000')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list