From cf76ead75bc19bbd4a41cdd4d417c01fbaa5a60f Mon Sep 17 00:00:00 2001 From: gnattu Date: Tue, 9 Jul 2024 02:31:08 +0800 Subject: [PATCH] pkgbuild: use mirrors.kernel.org instead of sourceware.org --- msys2/PKGBUILD/10-mingw-w64-bzip2/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msys2/PKGBUILD/10-mingw-w64-bzip2/PKGBUILD b/msys2/PKGBUILD/10-mingw-w64-bzip2/PKGBUILD index f5280c647..f616f1b95 100644 --- a/msys2/PKGBUILD/10-mingw-w64-bzip2/PKGBUILD +++ b/msys2/PKGBUILD/10-mingw-w64-bzip2/PKGBUILD @@ -17,7 +17,7 @@ license=("custom") depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs") makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools") options=('strip' 'staticlibs') -source=("https://sourceware.org/pub/bzip2/bzip2-${pkgver}.tar.gz" +source=("https://mirrors.kernel.org/sourceware/bzip2/bzip2-${pkgver}.tar.gz" "bzip2-cygming-1.0.6.src.all.patch" "bzip2-buildsystem.all.patch" "bzip2-1.0.6-progress.all.patch")