From 1eefd616e5fb5300a827d8388a0671508c06639a Mon Sep 17 00:00:00 2001
From: davidovski <david@davidovski.xyz>
Date: Sun, 16 Jan 2022 12:23:46 +0000
Subject: fixed expat source link generation

---
 repo/system/expat.xibuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/repo/system/expat.xibuild b/repo/system/expat.xibuild
index 79fdb2d..191e216 100644
--- a/repo/system/expat.xibuild
+++ b/repo/system/expat.xibuild
@@ -2,8 +2,8 @@
 
 DEPS=(glibc)
 
-PKG_VER=2.4.1
-SOURCE=https://github.com/libexpat/libexpat/releases/download/R_$PKG_VER/expat-$PKG_VER.tar.xz
+PKG_VER=2.4.2
+SOURCE=https://github.com/libexpat/libexpat/releases/download/R_$(echo $PKG_VER | sed "s|\.|_|g")/expat-$PKG_VER.tar.xz
 DESC="An XML parser library"
 
 build () {
-- 
cgit v1.2.1