Skip to content

Commit

Permalink
Merge pull request #206232 from Homebrew/bump-basex-11.7
Browse files Browse the repository at this point in the history
basex 11.7
  • Loading branch information
BrewTestBot authored Feb 1, 2025
2 parents 41b937b + 075c7a6 commit 8bc9659
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/b/basex.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Basex < Formula
desc "Light-weight XML database and XPath/XQuery processor"
homepage "https://basex.org"
url "https://files.basex.org/releases/11.6/BaseX116.zip"
version "11.6"
sha256 "2467fe781065cdb83451842aa71fc88c686338a582be5e6b7e7629604f8958ce"
url "https://files.basex.org/releases/11.7/BaseX117.zip"
version "11.7"
sha256 "e3178c7667e4e8999f7ad7c31a5a8a4184ccb5fd79bd119129845dcab0bdd027"
license "BSD-3-Clause"

livecheck do
Expand All @@ -12,7 +12,7 @@ class Basex < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "5f64247e53d61eac9a50b32b9b639a8c69a4a913b3fe874543773c0a731cc6d7"
sha256 cellar: :any_skip_relocation, all: "8fd3e3c5d088c421a622103467dfe6a96b53285470edee0cbb4dfc5f31a83ee3"
end

depends_on "openjdk"
Expand Down

0 comments on commit 8bc9659

Please sign in to comment.