aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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