Skip to content

Commit 5b74b24

Browse files
authored
XML2: Update to upstream 2.13.6 (#10597)
* XML2: Update to upstream 2.13.6 * XML2: Do not increase version number
1 parent 5934b74 commit 5b74b24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

X/XML2/build_tarballs.jl

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

55
name = "XML2"
6-
ygg_version = v"2.13.6"
7-
version = v"2.13.5" # Building version 2.13.5; bumped to *.6 to build for riscv
6+
version = v"2.13.6"
87

98
# Collection of sources required to build XML2
109
sources = [
1110
ArchiveSource("https://download.gnome.org/sources/libxml2/$(version.major).$(version.minor)/libxml2-$(version).tar.xz",
12-
"74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6"),
11+
"f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96"),
1312
]
1413

1514
# Bash recipe for building across all platforms
@@ -47,5 +46,5 @@ dependencies = [
4746

4847
# XML2 requires full C11 support (so GCC >= 5), but GCC v5-7 crases with an ICE
4948
# on Windows, so we need GCC 8 for that platform.
50-
build_tarballs(ARGS, name, ygg_version, sources, script, platforms, products, dependencies;
49+
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies;
5150
preferred_gcc_version=v"8", julia_compat="1.6")

0 commit comments

Comments
 (0)