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

Felix Yan felixonmars at archlinux.org
Mon Jun 26 17:27:31 UTC 2017


    Date: Monday, June 26, 2017 @ 17:27:30
  Author: felixonmars
Revision: 241043

upgpkg: npm-check-updates 2.12.1-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-26 17:25:42 UTC (rev 241042)
+++ PKGBUILD	2017-06-26 17:27:30 UTC (rev 241043)
@@ -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.12.0
+pkgver=2.12.1
 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=('c80c8fdce36ae99fc9887ac3f480b4531ab10b5a5f499610873c2148b2f56f9c3ac1e8fc659fb51c1b5215c99757f7a91429aef6fdfc39e267bc1b1df63e000d')
+sha512sums=('4c95f285f99e68a5295af681b4d33e91d7b14786d8c7de8363c8f2e7c96fb101845179efaf14eeb95e9bd45d666c708eecd67bdc25431f9879b9923a4e5661ae')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list