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

Felix Yan felixonmars at archlinux.org
Thu Mar 21 09:30:21 UTC 2019


    Date: Thursday, March 21, 2019 @ 09:30:20
  Author: felixonmars
Revision: 443001

upgpkg: npm-check-updates 3.1.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-21 09:29:55 UTC (rev 443000)
+++ PKGBUILD	2019-03-21 09:30:20 UTC (rev 443001)
@@ -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.1.0
+pkgver=3.1.1
 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=('334436b5fb12a02e7253b5e100f08835ecb5de500a571272800daec242640da961c82a4c4e5b14028315d28aa814e98bb8191a19ee5999cec04df22a140b4166')
+sha512sums=('c547f888bdbc4003233a477d787d82231b7df0a32e6f767904dd6b90b32985bdd6a067a2459e180ecf362a6477265e5c85e7968c98c8f870578a2185031018b9')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list