We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf1848 commit 10b83cdCopy full SHA for 10b83cd
src/ci/docker/host-x86_64/dist-riscv64-linux/riscv64-unknown-linux-gnu.config
@@ -645,7 +645,8 @@ CT_EXPAT_PATCH_ORDER="global"
645
CT_EXPAT_V_2_2=y
646
# CT_EXPAT_NO_VERSIONS is not set
647
CT_EXPAT_VERSION="2.4.1"
648
-CT_EXPAT_MIRRORS="https://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION}"
+CT_EXPAT_VERSION_TAG="2_4_1"
649
+CT_EXPAT_MIRRORS="https://github.com/libexpat/libexpat/releases/download/R_${CT_EXPAT_VERSION_TAG}"
650
CT_EXPAT_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
651
CT_EXPAT_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
652
CT_EXPAT_ARCHIVE_FORMATS=".tar.bz2"
0 commit comments