Skip to content

Commit

Permalink
xerces-c: add 3.2.4 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 19, 2023
1 parent 072fe89 commit f1041b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/xerces-c.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class XercesC < Formula
desc "Validating XML parser"
homepage "https://xerces.apache.org/xerces-c/"
url "https://www.apache.org/dyn/closer.lua?path=xerces/c/3/sources/xerces-c-3.2.3.tar.gz"
mirror "https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.3.tar.gz"
sha256 "fb96fc49b1fb892d1e64e53a6ada8accf6f0e6d30ce0937956ec68d39bd72c7e"
url "https://www.apache.org/dyn/closer.lua?path=xerces/c/3/sources/xerces-c-3.2.4.tar.gz"
mirror "https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.4.tar.gz"
sha256 "3d8ec1c7f94e38fee0e4ca5ad1e1d9db23cbf3a10bba626f6b4afa2dedafe5ab"
license "Apache-2.0"

bottle do
root_url "https://github.com/gromgit/homebrew-core-aarch64_linux/releases/download/xerces-c"
sha256 cellar: :any_skip_relocation, aarch64_linux: "76efd599f281b3c0f0ab4cf2c9a18ec44c7884aff03fd96ba4426d7c3dc9b432"
sha256 cellar: :any_skip_relocation, aarch64_linux: "bd637f67eef610390411c7d153af86e106db8ee60f8c4abd8c5834462468042e"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit f1041b3

Please sign in to comment.