aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Williamson2016-12-14 11:17:19 -0500
committerMike Williamson2016-12-14 11:17:19 -0500
commit0c3e48281d51c5d8c867929d5843049918c83e3a (patch)
tree40e1a1ea3768e4d27ee3b66ee8f2e64c0b224f23
parentcfa9b07b36907e3deb90601ba288a38d7835218f (diff)
downloadaur-0c3e48281d51c5d8c867929d5843049918c83e3a.tar.gz
Update to 3.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50c2f263392e..6cdc40a86e85 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.3
+ pkgver = 3.1.4
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.3
+ provides = arangodb=3.1.4
conflicts = arangodb-latest
conflicts = arangodb-git
- source = https://www.arangodb.com/repositories/Source/ArangoDB-3.1.3.tar.bz2
+ source = https://www.arangodb.com/repositories/Source/ArangoDB-3.1.4.tar.bz2
source = arangodb.service
source = arangodb-tmpfile.conf
- sha256sums = 470a8c54a69dd7c57ad2630ea9019d61bf3504e17d3c116dfb90b444d916ce24
+ sha256sums = 2ec6652616ccfef263666d68557b25348e32248ad2490fd613a255b8a52e0ab7
sha256sums = 40ccbb4034aedaa0d2b1d2922d0d9e53271dfa024f421105a988e1f65f1eef51
sha256sums = 736581ab917755c859d17b4015f68380384f924279aa61c9c160960018e1e4e4
diff --git a/PKGBUILD b/PKGBUILD
index 7183744d6e9b..2df148b4c444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# - https://aur.archlinux.org/packages/arangodb-git
pkgname=arangodb
-pkgver=3.1.3
+pkgver=3.1.4
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=('470a8c54a69dd7c57ad2630ea9019d61bf3504e17d3c116dfb90b444d916ce24'
+sha256sums=('2ec6652616ccfef263666d68557b25348e32248ad2490fd613a255b8a52e0ab7'
'40ccbb4034aedaa0d2b1d2922d0d9e53271dfa024f421105a988e1f65f1eef51'
'736581ab917755c859d17b4015f68380384f924279aa61c9c160960018e1e4e4')