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

Felix Yan felixonmars at archlinux.org
Tue May 7 09:10:35 UTC 2019


    Date: Tuesday, May 7, 2019 @ 09:10:35
  Author: felixonmars
Revision: 461905

upgpkg: node-gyp 4.0.0-1

Modified:
  node-gyp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-07 09:08:00 UTC (rev 461904)
+++ PKGBUILD	2019-05-07 09:10:35 UTC (rev 461905)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=node-gyp
-pkgver=3.8.0
+pkgver=4.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=('de0f2561e7eb451cef19e4a8c1d24a00aca4b3ca14a4b11dfc3c8f57878c85596127468d699a88acd5083ee1165930283eac8591f1ab33aecc0baf5b6aa9fabc')
+sha512sums=('d978abc89f2c202368e9e8fc77489d5c310c29f55f14aee47a4182b4902e7a51ac607431863d772937fde6cc1308dd9d67fe254df67ce05bb7d63a8910482358')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list