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

Felix Yan felixonmars at archlinux.org
Mon Apr 26 17:05:55 UTC 2021


    Date: Monday, April 26, 2021 @ 17:05:55
  Author: felixonmars
Revision: 924547

upgpkg: npm-check-updates 11.5.2-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 17:05:48 UTC (rev 924546)
+++ PKGBUILD	2021-04-26 17:05:55 UTC (rev 924547)
@@ -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.1
+pkgver=11.5.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=('e1bd763b68a818a6d2ff86b78bf41f1cd20c90d104abb2ed9e051214f6ad2771544488c64f5dcdfe094a3bf836b4f9ae3adb9a4d70a74c99725812e77fe03ffe')
+sha512sums=('74e6f56004e0626e572659bc0b8b93c67e8eda55482988df477550865b2aacb8d2431f5a50e805db431dd2c3f247bf7133e71cfcc7833e33e799374cb77b3f86')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list