aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormindrones2015-04-15 08:53:40 +0200
committerMike McQuaid2015-04-15 16:47:33 -0700
commit8c619c04e366e066db7b09aa653b303ec0baedf7 (patch)
tree67b03a68a2edc6fdbc03cc3c667135d4360e79fc
parente31bf9cfb76dfcf1774ac2ccd29c07b7fb0302b4 (diff)
downloadhomebrew-8c619c04e366e066db7b09aa653b303ec0baedf7.tar.bz2
neo4j 2.2.1
- updated neo4j to 2.2.1 - updated neo4j-shell-tools to 2.2 Closes #38666. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/neo4j.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/neo4j.rb b/Library/Formula/neo4j.rb
index 68b3b4e49..f079b8132 100644
--- a/Library/Formula/neo4j.rb
+++ b/Library/Formula/neo4j.rb
@@ -2,15 +2,15 @@ require "formula"
class Neo4j < Formula
homepage "http://neo4j.org"
- url "http://dist.neo4j.org/neo4j-community-2.2.0-unix.tar.gz"
- sha1 "af6d05bfd1bf2ca9644bde2571d1b37a6fd972ab"
- version "2.2.0"
+ url "http://dist.neo4j.org/neo4j-community-2.2.1-unix.tar.gz"
+ sha1 "49290968ad53030bd4826335ea104f10ecc3ec42"
+ version "2.2.1"
option "with-neo4j-shell-tools", "Add neo4j-shell-tools to the standard neo4j-shell"
resource "neo4j-shell-tools" do
- url "http://dist.neo4j.org/jexp/shell/neo4j-shell-tools_2.1.zip"
- sha1 "83011a6dcf1cb49ee609e973fdb61f32f765b224"
+ url "http://dist.neo4j.org/jexp/shell/neo4j-shell-tools_2.2.zip"
+ sha1 "5c1d4d46660149291ca4f484591c25c25be82c5b"
end
def install
@@ -27,7 +27,7 @@ class Neo4j < Formula
# omiting "opencsv-2.3.jar" because it already comes with neo4j (see libexec/lib)
if build.with? "neo4j-shell-tools"
resource("neo4j-shell-tools").stage {
- (libexec/"lib").install "geoff-0.5.0.jar", "import-tools-2.1-SNAPSHOT.jar", "mapdb-0.9.3.jar"
+ (libexec/"lib").install "geoff-0.5.0.jar", "import-tools-2.2.jar", "mapdb-0.9.3.jar"
}
end