summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Edwards2018-08-28 16:49:37 +0100
committerBen Edwards2018-08-28 16:49:37 +0100
commitba867a4344a4b5027efaf3916a5f149bef6d7c92 (patch)
treee188409fff127a1c719c64423a56182e629d639e
parent13a3547d56e1ad6818eac45351919dc4045dbe09 (diff)
downloadaur-ba867a4344a4b5027efaf3916a5f149bef6d7c92.tar.gz
0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c48df684104..0f0d0b8a73a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-fauna-shell
pkgdesc = faunadb access via the cli
- pkgver = 0.5.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/fauna/fauna-shell
arch = any
makedepends = npm
depends = nodejs
- noextract = fauna-shell-0.5.0.tgz
- source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.5.0.tgz
- sha256sums = b365080e638d85104a9ae533c6271c2dae692a5d6cc09f7fdb15d5c8870a96aa
+ noextract = fauna-shell-0.7.0.tgz
+ source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.7.0.tgz
+ sha256sums = c8d617a00d164a0bce549eaac3fdc0691db9dc610c9e1455f76864bf6055b3fe
pkgname = nodejs-fauna-shell
diff --git a/PKGBUILD b/PKGBUILD
index 05dc54634aff..66697359b3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-fauna-shell
_pkgname=${pkgname#nodejs-}
-pkgver=0.5.0
+pkgver=0.7.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=('b365080e638d85104a9ae533c6271c2dae692a5d6cc09f7fdb15d5c8870a96aa')
+sha256sums=('c8d617a00d164a0bce549eaac3fdc0691db9dc610c9e1455f76864bf6055b3fe')
noextract=("$_pkgname-$pkgver.tgz")
package() {