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

Felix Yan felixonmars at archlinux.org
Wed Apr 28 09:55:34 UTC 2021


    Date: Wednesday, April 28, 2021 @ 09:55:34
  Author: felixonmars
Revision: 924875

upgpkg: npm-check-updates 11.5.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-28 09:27:20 UTC (rev 924874)
+++ PKGBUILD	2021-04-28 09:55:34 UTC (rev 924875)
@@ -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.3
+pkgver=11.5.4
 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=('fc708b2f705d4e9f17f47eccfcbc4a924a4f01a2ef5de4ade47016e012eab7e23a1ddebc8ad558aa0e021a18af9bfeb8b10d8209f4635f13a95c05361b0c7000')
+sha512sums=('ac4ad0651fcef792f67a3605aecdfb1394166e8d1512e47be0428dabdcf45a570efd5f69f40b4acde681aa1b5f6df3b4001a93d7d67d596672f1710fd6efe71c')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list