summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Edwards2019-09-05 15:54:13 +0100
committerBen Edwards2019-09-05 15:54:13 +0100
commita4522b89498322d120620cc988f7a552bf259e3a (patch)
tree3c81b66f7f59de8ed563188bd03755546f955393
parent516032148fbc1f7111b805d55ae76d8103685073 (diff)
downloadaur-a4522b89498322d120620cc988f7a552bf259e3a.tar.gz
0.9.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 231f19b246f1..72b42d7ee487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-fauna-shell
pkgdesc = faunadb access via the cli
- pkgver = 0.9.3
+ pkgver = 0.9.6
pkgrel = 1
url = https://github.com/fauna/fauna-shell
arch = any
makedepends = npm
depends = nodejs
- noextract = fauna-shell-0.9.3.tgz
- source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.9.3.tgz
- sha256sums = 07d0d12bd9b18e2dc266fc45efd67bcd3ddd35eb915c9ee669644063d61f4290
+ noextract = fauna-shell-0.9.6.tgz
+ source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.9.6.tgz
+ sha256sums = fc6ede9914fd7e96cf12b8bacf7364d215aa57b40b6b28822227cfdb32e1221a
pkgname = nodejs-fauna-shell
diff --git a/PKGBUILD b/PKGBUILD
index 9650874338b2..5e35f9c2493f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-fauna-shell
_pkgname=${pkgname#nodejs-}
-pkgver=0.9.3
+pkgver=0.9.6
pkgrel=1
pkgdesc="faunadb access via the cli"
arch=(any)
@@ -9,7 +9,7 @@ licence=(MPL2)
depends=(nodejs)
makedepends=(npm)
source=("https://registry.npmjs.org/$_pkgname/_/$_pkgname-$pkgver.tgz")
-sha256sums=('07d0d12bd9b18e2dc266fc45efd67bcd3ddd35eb915c9ee669644063d61f4290')
+sha256sums=('fc6ede9914fd7e96cf12b8bacf7364d215aa57b40b6b28822227cfdb32e1221a')
noextract=("$_pkgname-$pkgver.tgz")
package() {