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

Felix Yan felixonmars at archlinux.org
Thu Apr 29 12:20:43 UTC 2021


    Date: Thursday, April 29, 2021 @ 12:20:42
  Author: felixonmars
Revision: 925215

upgpkg: npm-check-updates 11.5.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 11:34:53 UTC (rev 925214)
+++ PKGBUILD	2021-04-29 12:20:42 UTC (rev 925215)
@@ -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.4
+pkgver=11.5.5
 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=('ac4ad0651fcef792f67a3605aecdfb1394166e8d1512e47be0428dabdcf45a570efd5f69f40b4acde681aa1b5f6df3b4001a93d7d67d596672f1710fd6efe71c')
+sha512sums=('0e5ea6e1fcdb58ae507903eb1cb3506d52898f8941d9476329e1003b3f6a8dcda1a2530cd572eebe24afbd6d170f4bee0953636e641a1da514200c112ada1ff6')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list