From 16921a82549d3824c63e3827809b4b36502d4435 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Sep 2024 14:58:57 -0400 Subject: [PATCH 1/2] basex 11.3 --- Formula/b/basex.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/b/basex.rb b/Formula/b/basex.rb index 6a901c3bc5ae..09ff3e1211ea 100644 --- a/Formula/b/basex.rb +++ b/Formula/b/basex.rb @@ -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 From 7db5f294509e61cb5057120c934182ee7aaeef44 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:32:52 +0000 Subject: [PATCH 2/2] basex: update 11.3 bottle. --- Formula/b/basex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/b/basex.rb b/Formula/b/basex.rb index 09ff3e1211ea..76556510484d 100644 --- a/Formula/b/basex.rb +++ b/Formula/b/basex.rb @@ -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"