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

Felix Yan felixonmars at archlinux.org
Mon Mar 11 04:04:45 UTC 2019


    Date: Monday, March 11, 2019 @ 04:04:44
  Author: felixonmars
Revision: 439594

upgpkg: npm-check-updates 3.0.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-11 04:04:39 UTC (rev 439593)
+++ PKGBUILD	2019-03-11 04:04:44 UTC (rev 439594)
@@ -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.3
+pkgver=3.0.4
 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=('24aae3f96a19336ec7dd552b19f15420f58ca69f3468835f481312577044f7d718423b115e483df6304317b25dcfdd5ec1b155ebb58c4ff40856539b7a8f183f')
+sha512sums=('fe0acd575a0e84758c446dfcca5a280b114d0c9fc0400786bedd61a3bc016f7c3830cfc5b21469062c1e4d96cbb69f111a7193a91660d95fdb2debe46db9b837')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list