Skip to content

Commit

Permalink
Merge pull request #191264 from chenrui333/bump-basex-11.3
Browse files Browse the repository at this point in the history
basex 11.3
  • Loading branch information
BrewTestBot committed Sep 19, 2024
2 parents b403846 + 7db5f29 commit ef97324
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.2/BaseX112.zip"
version "11.2"
sha256 "9da3a98b069d4395d9d8c4a3f144c804769b60c007d4a3c8b5d819075d998a45"
url "https://files.basex.org/releases/11.3/BaseX113.zip"
version "11.3"
sha256 "db9f283803b3bba2a16898e37a4d524525c209119a698a9946f58ca072d441a0"
license "BSD-3-Clause"

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

bottle do
sha256 cellar: :any_skip_relocation, all: "ec6c0470c980c4ae0a5f99bbde7cb3dab3348f4ab51ccbb997136fe016e52de9"
sha256 cellar: :any_skip_relocation, all: "7f5fc3d43937ac97e12edf862cbe8ede4081c6f383c8f3e58395544a56648390"
end

depends_on "openjdk"
Expand Down

0 comments on commit ef97324

Please sign in to comment.