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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 18:40:24 UTC 2021


    Date: Tuesday, April 20, 2021 @ 18:40:24
  Author: felixonmars
Revision: 920218

upgpkg: npm-check-updates 11.5.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 18:39:49 UTC (rev 920217)
+++ PKGBUILD	2021-04-20 18:40:24 UTC (rev 920218)
@@ -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.4.1
+pkgver=11.5.0
 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=('6d612533909e27d800ff0beda81e258dc2b3019dc194f33683fee6562f263dd091d8de9d8604b8ab9182cd09f866fa5e2921659776d41a4891fe581240e94df1')
+sha512sums=('0aff8c386606108dcfba198673ed600e421edf6ef9ff22d25741c307ee583459cd77992733bd4ffa06b54c3b11364a775c74a0b81d1d0ad1f61b1e5c2881794d')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list