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

Felix Yan felixonmars at archlinux.org
Tue Aug 11 17:53:07 UTC 2020


    Date: Tuesday, August 11, 2020 @ 17:53:07
  Author: felixonmars
Revision: 674587

upgpkg: npm-check-updates 7.1.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-11 17:53:02 UTC (rev 674586)
+++ PKGBUILD	2020-08-11 17:53:07 UTC (rev 674587)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=7.0.4
+pkgver=7.1.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=('937a9c34aea10c9ccf8919accc66f435b92b0b354693dd215108accd35724a295ba1c32e1be106c2c3c57c80a3a5b71ef673930c38ef1ef7fa9624b98b751937')
+sha512sums=('c7110e6e41a74f7eb52d8e7b198ffe15052008046801e45f214e4cd86c67112a1914c783bf55bb0a4d35301b30c931108230f80371c1a257014d8689b12974dc')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list