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

Felix Yan felixonmars at archlinux.org
Mon Mar 23 19:14:52 UTC 2020


    Date: Monday, March 23, 2020 @ 19:14:52
  Author: felixonmars
Revision: 603764

upgpkg: npm-check-updates 4.0.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-23 19:08:34 UTC (rev 603763)
+++ PKGBUILD	2020-03-23 19:14:52 UTC (rev 603764)
@@ -2,8 +2,8 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.5
+pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
 license=('Apache')
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a350dbfa47e2f15becdf8e57c699fedd649426d2daf3917684c17abfa9187d0baf4ee96ca61bc3ce06e2564a78bc4282f3e05011309a83bdf45cf26e7587f898')
+sha512sums=('74eda3784983d4301affc34ac5002e855b080836162932f591992f505c9136984ae0d88b9351c0ec99399827e5d8bdb153917188684dab9be06258afbbeda48f')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list