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

Felix Yan felixonmars at archlinux.org
Mon Mar 18 07:10:35 UTC 2019


    Date: Monday, March 18, 2019 @ 07:10:34
  Author: felixonmars
Revision: 442423

upgpkg: npm-check-updates 3.1.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-18 06:14:35 UTC (rev 442422)
+++ PKGBUILD	2019-03-18 07:10:34 UTC (rev 442423)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=3.0.12
+pkgver=3.1.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('2f06b6d3619773c57dcea82e2500076a8ef4f5a1ad15339fe00249a82ee463d4da38bc64d578aaee4e930d629a4ae2e43cb2bb1d916eb6bf5bca0ae028cad53e')
+sha512sums=('334436b5fb12a02e7253b5e100f08835ecb5de500a571272800daec242640da961c82a4c4e5b14028315d28aa814e98bb8191a19ee5999cec04df22a140b4166')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list