From c43b15b3cdf1cfbeadfd8937de99710e46b4434b Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 19 Mar 2026 11:31:55 +0100 Subject: [PATCH] make-binaries: Bump libexpat 2.7.5 --- tools/make-binaries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-binaries b/tools/make-binaries index fccc169b5..9784ffb76 100755 --- a/tools/make-binaries +++ b/tools/make-binaries @@ -67,7 +67,7 @@ rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:] mix_vsn=$(mix_version "$rel_vsn") crosstool_vsn='1.27.0' termcap_vsn='1.3.1' -expat_vsn='2.7.4' +expat_vsn='2.7.5' zlib_vsn='1.3.2' yaml_vsn='0.2.5' ssl_vsn='3.5.5'