Skip to content

Commit

Permalink
Merge pull request Homebrew#200542 from Homebrew/bump-cypher-shell-5.…
Browse files Browse the repository at this point in the history
…26.0

cypher-shell 5.26.0
  • Loading branch information
BrewTestBot authored Dec 9, 2024
2 parents f7d4f00 + 5f06924 commit 35b9dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/c/cypher-shell.rb
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"
Expand Down

0 comments on commit 35b9dce

Please sign in to comment.