Skip to content

Commit 6b05bc8

Browse files
authored
[expat] Update version to 2.7.3 (#12340)
Change log: https://github.com/libexpat/libexpat/blob/R_2_7_3/expat/Changes
1 parent 99128aa commit 6b05bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

E/Expat/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
using BinaryBuilder
44

55
name = "Expat"
6-
version = v"2.7.1"
6+
version = v"2.7.3"
77

88
# Collection of sources required to build Expat
99
sources = [
1010
ArchiveSource("https://github.com/libexpat/libexpat/releases/download/R_$(version.major)_$(version.minor)_$(version.patch)/expat-$(version).tar.xz",
11-
"354552544b8f99012e5062f7d570ec77f14b412a3ff5c7d8d0dae62c0d217c30"),
11+
"71df8f40706a7bb0a80a5367079ea75d91da4f8c65c58ec59bcdfbf7decdab9f"),
1212
]
1313

1414
# Bash recipe for building across all platforms

0 commit comments

Comments
 (0)