summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Edwards2018-09-10 18:24:56 +0100
committerBen Edwards2018-09-10 18:24:56 +0100
commit90835efd8e423456d4150f09d9aa666e1c4d958a (patch)
tree24b21bc56ebe3b69b8854cab8a8794b20a9c4002
parentba867a4344a4b5027efaf3916a5f149bef6d7c92 (diff)
downloadaur-90835efd8e423456d4150f09d9aa666e1c4d958a.tar.gz
0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f0d0b8a73a3..bb9a4cf243df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-fauna-shell
pkgdesc = faunadb access via the cli
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/fauna/fauna-shell
arch = any
makedepends = npm
depends = nodejs
- noextract = fauna-shell-0.7.0.tgz
- source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.7.0.tgz
- sha256sums = c8d617a00d164a0bce549eaac3fdc0691db9dc610c9e1455f76864bf6055b3fe
+ noextract = fauna-shell-0.8.0.tgz
+ source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.8.0.tgz
+ sha256sums = b5a545c05362f360dfebdf7c75c309f7e231d9cb90bbd9167f3a44daa59d3373
pkgname = nodejs-fauna-shell
diff --git a/PKGBUILD b/PKGBUILD
index 66697359b3d2..d75cf716a49b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-fauna-shell
_pkgname=${pkgname#nodejs-}
-pkgver=0.7.0
+pkgver=0.8.0
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=('c8d617a00d164a0bce549eaac3fdc0691db9dc610c9e1455f76864bf6055b3fe')
+sha256sums=('b5a545c05362f360dfebdf7c75c309f7e231d9cb90bbd9167f3a44daa59d3373')
noextract=("$_pkgname-$pkgver.tgz")
package() {