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 6086f38 commit 57de69bCopy full SHA for 57de69b
X/XML2/build_tarballs.jl
@@ -3,12 +3,12 @@
3
using BinaryBuilder
4
5
name = "XML2"
6
-version = v"2.15.0"
+version = v"2.15.1"
7
8
# Collection of sources required to build XML2
9
sources = [
10
ArchiveSource("https://download.gnome.org/sources/libxml2/$(version.major).$(version.minor)/libxml2-$(version).tar.xz",
11
- "5abc766497c5b1d6d99231f662e30c99402a90d03b06c67b62d6c1179dedd561"),
+ "c008bac08fd5c7b4a87f7b8a71f283fa581d80d80ff8d2efd3b26224c39bc54c"),
12
]
13
14
# Bash recipe for building across all platforms
0 commit comments