summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Cheng2021-10-23 00:52:12 -0400
committerEric Cheng2021-10-23 00:52:12 -0400
commitdfc535d0655691aee21f4358b546ac1ef04cae4e (patch)
tree4bbf21885228f8cc92f3f8075d29dff396195257
parent99bf940a7eb98e3c2285508c60509b9e83e8e998 (diff)
downloadaur-dfc535d0655691aee21f4358b546ac1ef04cae4e.tar.gz
update to 4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da19efbe9828..a144600486c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-gatsby-cli
pkgdesc = Gatsby command-line interface for creating new sites and running Gatsby commands
- pkgver = 3.14.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-cli#readme
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = gatsby-cli-3.14.1.tgz
- source = https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-3.14.1.tgz
- sha1sums = 508515760d708b36cd8491f30f062cc451dd2252
+ noextract = gatsby-cli-4.0.0.tgz
+ source = https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-4.0.0.tgz
+ sha1sums = 7eaaf858b6a0e79e667a5d6ab814073f7208ccfc
pkgname = nodejs-gatsby-cli
diff --git a/PKGBUILD b/PKGBUILD
index 2b28d486930d..fe62120b5c11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Eric Cheng <ericcheng@hey.com>
_npmname=gatsby-cli
-_npmver=3.14.1
+_npmver=4.0.0
pkgname=nodejs-gatsby-cli # All lowercase
-pkgver=3.14.1
+pkgver=4.0.0
pkgrel=1
pkgdesc="Gatsby command-line interface for creating new sites and running Gatsby commands"
arch=(any)
@@ -13,7 +13,7 @@ depends=('nodejs' 'npm')
optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(508515760d708b36cd8491f30f062cc451dd2252)
+sha1sums=(7eaaf858b6a0e79e667a5d6ab814073f7208ccfc)
package() {
cd $srcdir