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

Felix Yan felixonmars at archlinux.org
Tue Jun 18 13:43:38 UTC 2019


    Date: Tuesday, June 18, 2019 @ 13:43:37
  Author: felixonmars
Revision: 482162

upgpkg: npm-check-updates 3.1.11-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-18 13:32:33 UTC (rev 482161)
+++ PKGBUILD	2019-06-18 13:43:37 UTC (rev 482162)
@@ -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.10
+pkgver=3.1.11
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('aace1a620dc86ec1dbcd5c86ff86daa6092e7e59078f6c80477e844bb7d2bc32acdcd068b64016a62690f4951b5e0a926702eebeeb3105a660a5894cddf3194b')
+sha512sums=('cbb66999c5bfcc5e64bb7c2d4d2384cff39cc20dade2b314d2d460ac35120682ddb51709fc76537e71b9ca05fe0a3c3c9f3fae058a4dbd8b3f93ff4dc292ab38')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list