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

Felix Yan felixonmars at archlinux.org
Wed Mar 25 17:58:03 UTC 2020


    Date: Wednesday, March 25, 2020 @ 17:58:02
  Author: felixonmars
Revision: 604358

upgpkg: npm-check-updates 4.0.6-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-25 17:56:13 UTC (rev 604357)
+++ PKGBUILD	2020-03-25 17:58:02 UTC (rev 604358)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=4.0.5
+pkgver=4.0.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=('74eda3784983d4301affc34ac5002e855b080836162932f591992f505c9136984ae0d88b9351c0ec99399827e5d8bdb153917188684dab9be06258afbbeda48f')
+sha512sums=('d4548f17f2196b6ccb5767728b3ddbe0d4d99be7b52d872279d652147b0fcb9d1a678af57b2cc6558387c42550b4f6bfb8a1feec36959fbc977a2a49c74e9fc6')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list