aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Williamson2016-12-21 08:23:23 -0500
committerMike Williamson2016-12-21 08:23:23 -0500
commitff0472bc3d70088d6d3ae2550e34ee869612249b (patch)
treee0ffc709b3196b7abeabe2c013876a767e11fbc0
parent0c3e48281d51c5d8c867929d5843049918c83e3a (diff)
downloadaur-ff0472bc3d70088d6d3ae2550e34ee869612249b.tar.gz
Bump to 3.1.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cdc40a86e85..af7f46500a67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arangodb
pkgdesc = A multi-model NoSQL database, combining key-value, document and graph data models.
- pkgver = 3.1.4
+ pkgver = 3.1.5
pkgrel = 1
url = https://www.arangodb.com/
install = arangodb.install
@@ -16,13 +16,13 @@ pkgbase = arangodb
depends = gcc-libs
depends = openssl
depends = systemd
- provides = arangodb=3.1.4
+ provides = arangodb=3.1.5
conflicts = arangodb-latest
conflicts = arangodb-git
- source = https://www.arangodb.com/repositories/Source/ArangoDB-3.1.4.tar.bz2
+ source = https://www.arangodb.com/repositories/Source/ArangoDB-3.1.5.tar.bz2
source = arangodb.service
source = arangodb-tmpfile.conf
- sha256sums = 2ec6652616ccfef263666d68557b25348e32248ad2490fd613a255b8a52e0ab7
+ sha256sums = 5c92f029b46102532820b06af58df489f44d45d7bde9209b93fbd143e212199c
sha256sums = 40ccbb4034aedaa0d2b1d2922d0d9e53271dfa024f421105a988e1f65f1eef51
sha256sums = 736581ab917755c859d17b4015f68380384f924279aa61c9c160960018e1e4e4
diff --git a/PKGBUILD b/PKGBUILD
index 2df148b4c444..c8f797f94b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# - https://aur.archlinux.org/packages/arangodb-git
pkgname=arangodb
-pkgver=3.1.4
+pkgver=3.1.5
pkgrel=1
pkgdesc="A multi-model NoSQL database, combining key-value, document and graph data models."
arch=("i686" "x86_64" "armv7l" "armv7h")
@@ -19,7 +19,7 @@ options=()
install=arangodb.install
source=("https://www.arangodb.com/repositories/Source/ArangoDB-$pkgver.tar.bz2"
"arangodb.service" "arangodb-tmpfile.conf")
-sha256sums=('2ec6652616ccfef263666d68557b25348e32248ad2490fd613a255b8a52e0ab7'
+sha256sums=('5c92f029b46102532820b06af58df489f44d45d7bde9209b93fbd143e212199c'
'40ccbb4034aedaa0d2b1d2922d0d9e53271dfa024f421105a988e1f65f1eef51'
'736581ab917755c859d17b4015f68380384f924279aa61c9c160960018e1e4e4')