Skip to content

Commit 8bc9659

Browse files
authored
Merge pull request #206232 from Homebrew/bump-basex-11.7
basex 11.7
2 parents 41b937b + 075c7a6 commit 8bc9659

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/b/basex.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Basex < Formula
22
desc "Light-weight XML database and XPath/XQuery processor"
33
homepage "https://basex.org"
4-
url "https://files.basex.org/releases/11.6/BaseX116.zip"
5-
version "11.6"
6-
sha256 "2467fe781065cdb83451842aa71fc88c686338a582be5e6b7e7629604f8958ce"
4+
url "https://files.basex.org/releases/11.7/BaseX117.zip"
5+
version "11.7"
6+
sha256 "e3178c7667e4e8999f7ad7c31a5a8a4184ccb5fd79bd119129845dcab0bdd027"
77
license "BSD-3-Clause"
88

99
livecheck do
@@ -12,7 +12,7 @@ class Basex < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "5f64247e53d61eac9a50b32b9b639a8c69a4a913b3fe874543773c0a731cc6d7"
15+
sha256 cellar: :any_skip_relocation, all: "8fd3e3c5d088c421a622103467dfe6a96b53285470edee0cbb4dfc5f31a83ee3"
1616
end
1717

1818
depends_on "openjdk"

0 commit comments

Comments
 (0)