summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Edwards2018-11-23 16:57:57 +0000
committerBen Edwards2018-11-23 16:57:57 +0000
commitb4df98a9535fb98c488594989b93b423968cbc51 (patch)
treee69fd74d78a3b59e3f4013f6a7ebd0f4c704fb24
parent90835efd8e423456d4150f09d9aa666e1c4d958a (diff)
downloadaur-b4df98a9535fb98c488594989b93b423968cbc51.tar.gz
0.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb9a4cf243df..302dfb07b257 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-fauna-shell
pkgdesc = faunadb access via the cli
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/fauna/fauna-shell
arch = any
makedepends = npm
depends = nodejs
- noextract = fauna-shell-0.8.0.tgz
- source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.8.0.tgz
- sha256sums = b5a545c05362f360dfebdf7c75c309f7e231d9cb90bbd9167f3a44daa59d3373
+ noextract = fauna-shell-0.8.1.tgz
+ source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.8.1.tgz
+ sha256sums = 77cb9bf3ff3999cd9e5183bccd29b74967b9b3a3179500678e0f4680c805ff97
pkgname = nodejs-fauna-shell
diff --git a/PKGBUILD b/PKGBUILD
index d75cf716a49b..0ec5661eaf96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-fauna-shell
_pkgname=${pkgname#nodejs-}
-pkgver=0.8.0
+pkgver=0.8.1
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=('b5a545c05362f360dfebdf7c75c309f7e231d9cb90bbd9167f3a44daa59d3373')
+sha256sums=('77cb9bf3ff3999cd9e5183bccd29b74967b9b3a3179500678e0f4680c805ff97')
noextract=("$_pkgname-$pkgver.tgz")
package() {