Skip to content

Commit 130368b

Browse files
authored
Merge pull request #235852 from Homebrew/bump-neo4j-2025.08.0
neo4j 2025.08.0
2 parents 8b3c62f + b2cf897 commit 130368b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Formula/n/neo4j.rb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Neo4j < Formula
22
desc "Robust (fully ACID) transactional property graph database"
33
homepage "https://neo4j.com/"
4-
url "https://neo4j.com/artifact.php?name=neo4j-community-2025.07.1-unix.tar.gz"
5-
sha256 "09a0bca676b2b4c2b539d9fe4736dadc9dd844f566b50912da918fa14da8416e"
4+
url "https://neo4j.com/artifact.php?name=neo4j-community-2025.08.0-unix.tar.gz"
5+
sha256 "cce5d0d88c05635692a8db86cde299861ff8fd71271e034fc633080bb09d9c59"
66
license "GPL-3.0-or-later"
77

88
livecheck do
@@ -12,7 +12,7 @@ class Neo4j < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "3e39b27c7ce15ab6094e40b3f5b66d282a8703d960801b1ec67e40a2bf5d35b8"
15+
sha256 cellar: :any_skip_relocation, all: "8e41cc16618021b14aca28d57eab73e1da03bca9f4152216f320c8c15d940a6b"
1616
end
1717

1818
depends_on "cypher-shell"
@@ -30,8 +30,6 @@ def install
3030
libexec.install Dir["*"]
3131

3232
bash_completion.install (libexec/"bin/completion").children
33-
# Ensure uniform bottles by replacing comments that reference `/usr/local`.
34-
inreplace bash_completion.children, "/usr/local", HOMEBREW_PREFIX
3533
rm_r libexec/"bin/completion"
3634

3735
# Symlink binaries
@@ -55,7 +53,7 @@ def post_install
5553
service do
5654
run [opt_bin/"neo4j", "console"]
5755
keep_alive false
58-
working_dir var
56+
working_dir var/"neo4j"
5957
log_path var/"log/neo4j.log"
6058
error_log_path var/"log/neo4j.log"
6159
end

0 commit comments

Comments
 (0)