summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--neo4j.install2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2becbab3781b..594a753791ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neo4j
pkgdesc = A fully transactional graph database implemented in Java
- pkgver = 2.1.6
+ pkgver = 2.1.7
pkgrel = 1
url = http://neo4j.org/
install = neo4j.install
@@ -17,13 +17,13 @@ pkgbase = neo4j
backup = etc/neo4j/neo4j-server.properties
backup = etc/neo4j/neo4j-wrapper.conf
backup = etc/neo4j/neo4j.properties
- source = http://dist.neo4j.org/neo4j-community-2.1.6-unix.tar.gz
+ source = http://dist.neo4j.org/neo4j-community-2.1.7-unix.tar.gz
source = bin.patch
source = conf.patch
source = neo4j.install
source = neo4j.service
source = neo4j-tmpfile.conf
- sha256sums = c7154f133206d30c05e6e680d182c9f04360a256029fe26b812b0edaa6e0ec1f
+ sha256sums = a71e1d31f288a03187d9e18890bee2924f8aa3ab1e740ab8be920ad68dbb3209
sha256sums = e52e0f353ce80e09fe74662e77223f5ff35a36f874653795ad173aa8a6bd5525
sha256sums = 63426ed3ee522c2ce5f1505b15502742187156c9f09b3b1e8b2eff2379fa2a89
sha256sums = 23f69e7624323a5670e2ba537e7b858413c0e57190157b04a96f6b556cab4092
diff --git a/PKGBUILD b/PKGBUILD
index 696db445f831..442faa71ddc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Marcel Campello Ferreira <marcel@prafrentex.com.br>
pkgname=neo4j
-pkgver=2.1.6
+pkgver=2.1.7
pkgrel=1
pkgdesc="A fully transactional graph database implemented in Java"
arch=(any)
@@ -22,7 +22,7 @@ source=(http://dist.neo4j.org/neo4j-community-$pkgver-unix.tar.gz
neo4j.install
neo4j.service
neo4j-tmpfile.conf)
-sha256sums=('c7154f133206d30c05e6e680d182c9f04360a256029fe26b812b0edaa6e0ec1f'
+sha256sums=('a71e1d31f288a03187d9e18890bee2924f8aa3ab1e740ab8be920ad68dbb3209'
'e52e0f353ce80e09fe74662e77223f5ff35a36f874653795ad173aa8a6bd5525'
'63426ed3ee522c2ce5f1505b15502742187156c9f09b3b1e8b2eff2379fa2a89'
'23f69e7624323a5670e2ba537e7b858413c0e57190157b04a96f6b556cab4092'
diff --git a/neo4j.install b/neo4j.install
index 46a23f682591..be0733cf027a 100644
--- a/neo4j.install
+++ b/neo4j.install
@@ -63,5 +63,5 @@ warn_about_java_home() {
echo "(https://wiki.archlinux.org/index.php/Java#Former_.22One_time_setup.22_trick)"
echo "you shall delete it. Thereupon, enjoy your graphs."
echo ""
- echo "This message will self-destruct in 2 s̶e̶c̶o̶n̶d̶s̶ releases..."
+ echo "This message will self-destruct in 1 s̶e̶c̶o̶n̶d̶ release..."
}