Skip to content

Commit e70b206

Browse files
committed
Replace GNOME gitlab URL with GitHub mirror
GitHub is more reliable host when downloading source code for packages as in case of server maintenance, which often happens, it causes builds from scratch to fail.
1 parent 592da42 commit e70b206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cmake/modules/Packages/LibXml2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set(PHP_LIBXML2_DOWNLOAD_VERSION 2.12.7)
3838

3939
FetchContent_Declare(
4040
LibXml2
41-
URL https://gitlab.gnome.org/GNOME/libxml2/-/archive/v${PHP_LIBXML2_DOWNLOAD_VERSION}/libxml2-v${PHP_LIBXML2_DOWNLOAD_VERSION}.tar.gz
41+
URL https://github.com/GNOME/libxml2/archive/refs/tags/v${PHP_LIBXML2_DOWNLOAD_VERSION}.tar.gz
4242
EXCLUDE_FROM_ALL
4343
SYSTEM
4444
FIND_PACKAGE_ARGS

0 commit comments

Comments
 (0)