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

Felix Yan felixonmars at archlinux.org
Fri Dec 22 02:53:21 UTC 2017


    Date: Friday, December 22, 2017 @ 02:53:20
  Author: felixonmars
Revision: 275268

upgpkg: npm-check-updates 2.14.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-22 02:52:37 UTC (rev 275267)
+++ PKGBUILD	2017-12-22 02:53:20 UTC (rev 275268)
@@ -3,7 +3,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=2.13.0
+pkgver=2.14.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 depends=('semver' 'npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('c2a1636dee548893b53448a41c55ff9623aaea1565cfcacd2beec232742065cc6f5444a5864feef93ecaca0d08d86fa35e1d1657f0eb3af93aa6b4328f808cdf')
+sha512sums=('5a65caf9b6452b182f7e77d50df32c1d4788c7f7321961012e5dafa58526a18eddfa87aa14b8d44ea63a6b638ca8ebb4742bd722bcae8a55cee3f6b5c341317d')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list