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

Felix Yan felixonmars at archlinux.org
Wed Mar 13 06:14:40 UTC 2019


    Date: Wednesday, March 13, 2019 @ 06:14:40
  Author: felixonmars
Revision: 440791

upgpkg: npm-check-updates 3.0.5-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-13 06:11:15 UTC (rev 440790)
+++ PKGBUILD	2019-03-13 06:14:40 UTC (rev 440791)
@@ -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.4
+pkgver=3.0.5
 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=('fe0acd575a0e84758c446dfcca5a280b114d0c9fc0400786bedd61a3bc016f7c3830cfc5b21469062c1e4d96cbb69f111a7193a91660d95fdb2debe46db9b837')
+sha512sums=('eca16ec48b5fb6c06dc288f13f79586b13e97b4bd8fdc07d4365c291e16e05cd887a5d5ca673975c18a1294fff59b053e2542017f2d4efed32ad371679b8b409')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list