We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99128aa commit 6b05bc8Copy full SHA for 6b05bc8
E/Expat/build_tarballs.jl
@@ -3,12 +3,12 @@
3
using BinaryBuilder
4
5
name = "Expat"
6
-version = v"2.7.1"
+version = v"2.7.3"
7
8
# Collection of sources required to build Expat
9
sources = [
10
ArchiveSource("https://github.com/libexpat/libexpat/releases/download/R_$(version.major)_$(version.minor)_$(version.patch)/expat-$(version).tar.xz",
11
- "354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30"),
+ "71df8f40706a7bb0a80a5367079ea75d91da4f8c65c58ec59bcdfbf7decdab9f"),
12
]
13
14
# Bash recipe for building across all platforms
0 commit comments