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

Felix Yan felixonmars at archlinux.org
Thu Mar 14 17:08:36 UTC 2019


    Date: Thursday, March 14, 2019 @ 17:08:35
  Author: felixonmars
Revision: 441037

upgpkg: npm-check-updates 3.0.8-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 17:01:24 UTC (rev 441036)
+++ PKGBUILD	2019-03-14 17:08:35 UTC (rev 441037)
@@ -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.5
+pkgver=3.0.8
 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=('eca16ec48b5fb6c06dc288f13f79586b13e97b4bd8fdc07d4365c291e16e05cd887a5d5ca673975c18a1294fff59b053e2542017f2d4efed32ad371679b8b409')
+sha512sums=('b0810ddb8cb7cd7285471876f2f95a1e4110f333afd605d8e6eb3a1ad0af257e92d79df6a7d212647bbc81767c988e95a5b180492e66876039768df1bcae9fed')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list