Skip to content

Commit 3070cc0

Browse files
authored
Merge pull request Homebrew#196005 from Homebrew/bump-basex-11.5
basex 11.5
2 parents e427a6e + 6974f91 commit 3070cc0

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.4/BaseX114.zip"
5-
version "11.4"
6-
sha256 "800adc4d50f83a85d607aafd23cab6117bb009199b2c5135b0edb27e8dc05824"
4+
url "https://files.basex.org/releases/11.5/BaseX115.zip"
5+
version "11.5"
6+
sha256 "dcb709aa3e4c92c16bfd657c1ccce99cdf28f3b75dd0d3699c0c0a1b11b228f9"
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: "277b4d03270827e5775220c7848b5252129fdcf8ad52a567c0d36557f9048cc0"
15+
sha256 cellar: :any_skip_relocation, all: "00b8ef3c4730ca79099e9de7a746769ef6f718a79e74f20fedfa319ed4ef5881"
1616
end
1717

1818
depends_on "openjdk"

0 commit comments

Comments
 (0)