[arch-commits] Commit in node-gyp/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 4 04:42:23 UTC 2021


    Date: Tuesday, May 4, 2021 @ 04:42:22
  Author: felixonmars
Revision: 927346

upgpkg: node-gyp 8.0.0-1

Modified:
  node-gyp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-04 04:41:56 UTC (rev 927345)
+++ PKGBUILD	2021-05-04 04:42:22 UTC (rev 927346)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=node-gyp
-pkgver=7.1.2
+pkgver=8.0.0
 pkgrel=1
 pkgdesc='Node.js native addon build tool'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('09ba5c228ec2dde32eddd2f5737774c70e38f5f1c81802c826c44fe030cf1e9ca25bcbdcae2358eee6e1f53138cc429f4b1b1c63b3e37859ec844ee1ef9ca78d')
+sha512sums=('26877a371c96b5cc2ba4041ed0efda5cea42e507e7728b60b46ef7760eb9cfa556fc2ea0fc6e2389a8d741404827ca64fd57ccea605813d04dfc7bee753ba751')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list