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

Felix Yan felixonmars at archlinux.org
Sun Mar 17 04:48:56 UTC 2019


    Date: Sunday, March 17, 2019 @ 04:48:56
  Author: felixonmars
Revision: 442285

upgpkg: npm-check-updates 3.0.12-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 04:43:31 UTC (rev 442284)
+++ PKGBUILD	2019-03-17 04:48:56 UTC (rev 442285)
@@ -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.0.8
+pkgver=3.0.12
 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=('b0810ddb8cb7cd7285471876f2f95a1e4110f333afd605d8e6eb3a1ad0af257e92d79df6a7d212647bbc81767c988e95a5b180492e66876039768df1bcae9fed')
+sha512sums=('2f06b6d3619773c57dcea82e2500076a8ef4f5a1ad15339fe00249a82ee463d4da38bc64d578aaee4e930d629a4ae2e43cb2bb1d916eb6bf5bca0ae028cad53e')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list