Skip to content

Commit 9995ea1

Browse files
BrewTestBotdaeho-ro
authored andcommitted
neo4j 2025.08.0
1 parent c3dff91 commit 9995ea1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Formula/n/neo4j.rb

Lines changed: 3 additions & 5 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
@@ -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)