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

Felix Yan felixonmars at archlinux.org
Sat Feb 18 07:38:35 UTC 2017


    Date: Saturday, February 18, 2017 @ 07:38:35
  Author: felixonmars
Revision: 212999

upgpkg: npm-check-updates 2.10.3-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 04:12:22 UTC (rev 212998)
+++ PKGBUILD	2017-02-18 07:38:35 UTC (rev 212999)
@@ -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.10.2
+pkgver=2.10.3
 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)
-sha256sums=('f48132654737bcd51abce32798907ae9997495c591bc6e72079c28587d3a4bb5')
+sha256sums=('f73dcef93eaed41ab0f0c7cec66034c67126fffd627688a29c2512ba1fc95ab1')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list