summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Edwards2018-08-15 20:08:55 +0100
committerBen Edwards2018-08-15 20:08:55 +0100
commit13a3547d56e1ad6818eac45351919dc4045dbe09 (patch)
treec99c29d634d72fda8a4c1c115f595c71872588b7
parent8aaba07121e1616a4c6504383676c275c374e801 (diff)
downloadaur-13a3547d56e1ad6818eac45351919dc4045dbe09.tar.gz
0.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 976508a1c0fd..6c48df684104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-fauna-shell
pkgdesc = faunadb access via the cli
- pkgver = 0.3.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/fauna/fauna-shell
arch = any
makedepends = npm
depends = nodejs
- noextract = fauna-shell-0.3.0.tgz
- source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.3.0.tgz
- sha256sums = e587255300cfd8e8be5afa5d9497bdb612eeeca5e165d65bd05fbd2e041ec840
+ noextract = fauna-shell-0.5.0.tgz
+ source = https://registry.npmjs.org/fauna-shell/_/fauna-shell-0.5.0.tgz
+ sha256sums = b365080e638d85104a9ae533c6271c2dae692a5d6cc09f7fdb15d5c8870a96aa
pkgname = nodejs-fauna-shell
diff --git a/PKGBUILD b/PKGBUILD
index 623f021e536b..05dc54634aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-fauna-shell
_pkgname=${pkgname#nodejs-}
-pkgver=0.3.0
+pkgver=0.5.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=('e587255300cfd8e8be5afa5d9497bdb612eeeca5e165d65bd05fbd2e041ec840')
+sha256sums=('b365080e638d85104a9ae533c6271c2dae692a5d6cc09f7fdb15d5c8870a96aa')
noextract=("$_pkgname-$pkgver.tgz")
package() {