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

Felix Yan felixonmars at archlinux.org
Thu Mar 5 18:53:50 UTC 2020


    Date: Thursday, March 5, 2020 @ 18:53:49
  Author: felixonmars
Revision: 590828

upgpkg: npm-check-updates 4.0.4-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-05 18:50:53 UTC (rev 590827)
+++ PKGBUILD	2020-03-05 18:53:49 UTC (rev 590828)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or bower.json allows'
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('9b45eb06bfa7fed2ab36a26c90fc9d7544e999daaf2fff5e3c7e8af00b139f1d55b7747a2e4d0e8301f577640257fdeeb3a2b24f669b9e9377cec630cd4f3209')
+sha512sums=('a350dbfa47e2f15becdf8e57c699fedd649426d2daf3917684c17abfa9187d0baf4ee96ca61bc3ce06e2564a78bc4282f3e05011309a83bdf45cf26e7587f898')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list