From ec7b08fbab0d9dc0387a857152f20677fedc112e Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 24 Dec 2025 21:51:58 -0500 Subject: [PATCH] fix: expat url --- lfs/expat-2.7.1.PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/expat-2.7.1.PKGBUILD b/lfs/expat-2.7.1.PKGBUILD index 8441a87..cf19a3d 100644 --- a/lfs/expat-2.7.1.PKGBUILD +++ b/lfs/expat-2.7.1.PKGBUILD @@ -4,7 +4,7 @@ pkgdesc="An XML parser library" homepage="https://libexpat.github.io/" license=(MIT) sources=("${pkgname}-${pkgver}.tar.xz") -urls=("https://prdownloads.sourceforge.net/${pkgname}/${sources[0]}") +urls=("https://github.com/libexpat/libexpat/releases/download/R_2_7_1/${sources[0]}") md5sums=("9f0c266ff4b9720beae0c6bd53ae4469") src_prepare() {