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

Felix Yan felixonmars at archlinux.org
Thu Apr 29 23:41:25 UTC 2021


    Date: Thursday, April 29, 2021 @ 23:41:25
  Author: felixonmars
Revision: 925309

upgpkg: npm-check-updates 11.5.6-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 23:28:03 UTC (rev 925308)
+++ PKGBUILD	2021-04-29 23:41:25 UTC (rev 925309)
@@ -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.5
+pkgver=11.5.6
 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=('0e5ea6e1fcdb58ae507903eb1cb3506d52898f8941d9476329e1003b3f6a8dcda1a2530cd572eebe24afbd6d170f4bee0953636e641a1da514200c112ada1ff6')
+sha512sums=('a3731264a260f93a4c3f6c6778073d418d275f99ade0e4d09b134823f901dfc243fbf1e78e9655528eb0b39268640879a8b8142bfaa1ee561ecb83b7236a572c')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list