Skip to content

Commit

Permalink
[Expat] Temporary revert to 2.2.10 to build for aarch64-freebsd (#10015)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley authored Dec 17, 2024
1 parent 28c3709 commit ee17d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions E/Expat/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder

name = "Expat"
version = v"2.6.4"
version = v"2.2.10"

# Collection of sources required to build Expat
sources = [
ArchiveSource("https://github.com/libexpat/libexpat/releases/download/R_$(version.major)_$(version.minor)_$(version.patch)/expat-$(version).tar.xz",
"a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee"),
"5dfe538f8b5b63f03e98edac520d7d9a6a4d22e482e5c96d4d06fcc5485c25f2"),
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit ee17d24

Please sign in to comment.