This is an automated email from the ASF dual-hosted git repository. fgerlits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 70f0bb9806d5d47bba3e49cc74ec00bc52cfb13d Author: Martin Zink <[email protected]> AuthorDate: Thu Dec 7 09:56:35 2023 +0100 MINIFICPP-2258 Update LIBLZMA_URL (gentoo structure changed) Signed-off-by: Ferenc Gerlits <[email protected]> This closes #1704 --- cmake/BundledLibLZMA.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/BundledLibLZMA.cmake b/cmake/BundledLibLZMA.cmake index b3d48153c..4e58c534f 100644 --- a/cmake/BundledLibLZMA.cmake +++ b/cmake/BundledLibLZMA.cmake @@ -41,7 +41,7 @@ function(use_bundled_liblzma SOURCE_DIR BINARY_DIR) endif() # Build project - set(LIBLZMA_URL https://tukaani.org/xz/xz-5.2.5.tar.gz https://gentoo.osuosl.org/distfiles/xz-5.2.5.tar.gz) + set(LIBLZMA_URL https://distfiles.gentoo.org/distfiles/22/xz-5.2.5.tar.gz https://tukaani.org/xz/xz-5.2.5.tar.gz) set(LIBLZMA_URL_HASH "SHA256=f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10") if (WIN32)
