diff --git a/Formula/c/cypher-shell.rb b/Formula/c/cypher-shell.rb index 6da9dd3ae10a8..ed911a425c9dd 100644 --- a/Formula/c/cypher-shell.rb +++ b/Formula/c/cypher-shell.rb @@ -1,8 +1,8 @@ class CypherShell < Formula desc "Command-line shell where you can execute Cypher against Neo4j" homepage "https://neo4j.com" - url "https://dist.neo4j.org/cypher-shell/cypher-shell-5.25.1.zip" - sha256 "3719dd9cd1a530158cb3da17d132046c0b026ec179333d70396ae7e60509934e" + url "https://dist.neo4j.org/cypher-shell/cypher-shell-5.26.0.zip" + sha256 "a4bc4cd3ef6479fddb408f25affd98fdbca41562e24b576f1baa6bc943751e70" license "GPL-3.0-only" version_scheme 1 @@ -12,7 +12,7 @@ class CypherShell < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "023f6a04da759bf115ed5fe64eb5b2e29b189c899ccb0f2471ad36f877885f30" + sha256 cellar: :any_skip_relocation, all: "b40e6cc6eaabf2e538da163d8183dc176a936d6a48490a8b589ce11f04926b86" end depends_on "openjdk@21"