From a55a62edf9f49fd4f3dd19e9dba669128d9ae9d8 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 2 Apr 2021 20:54:14 +0000 Subject: [PATCH] community/npm to 7.8.0-1 --- community/npm/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/npm/PKGBUILD b/community/npm/PKGBUILD index 0d966a903..c95ef1d2c 100644 --- a/community/npm/PKGBUILD +++ b/community/npm/PKGBUILD @@ -5,7 +5,7 @@ # - comment make in build, comment man mv in package pkgname=npm -pkgver=7.7.6 +pkgver=7.8.0 pkgrel=1 pkgdesc='A package manager for javascript' arch=('any') @@ -18,7 +18,7 @@ depends=('nodejs' 'node-gyp' 'semver') makedepends=('libgl' 'libxi' 'marked' 'marked-man' 'procps-ng' 'python') options=('!emptydirs') source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/cli/archive/v$pkgver.tar.gz") -sha512sums=('289a9d72eda195148af65a70b66409972c1478d9e4018f32462edba802fd3e49ea6ba6fac5c58d6e537a60bc09a1e4ee94f5351ef1beb7be86bdd798317e4e05') +sha512sums=('aa18d939ba4f5fc81391544a461612b0e66b24615b199353529f52f9bdb6870985d039b3296cb349ed8c299c30740af970d68c0c465dee58df531f41d1e47df7') prepare() { cd cli-$pkgver