From c570e02a4ba8ee9ab178f9825735992013b5707e Mon Sep 17 00:00:00 2001 From: liuyaoxin Date: Tue, 5 Mar 2024 12:25:41 -0800 Subject: [PATCH] Fix a broken download link of xz Summary: The old download link [xz-5.2.5.tar.gz](https://tukaani.org/xz/xz-5.2.5.tar.gz) is broken, so replace it with a more stable one [xz-5.6.0.tar.gz](https://github.com/tukaani-project/xz/releases/download/v5.6.0/xz-5.6.0.tar.gz). X-link: https://github.com/facebook/folly/pull/2153 Reviewed By: Gownta Differential Revision: D54324964 Pulled By: Orvid fbshipit-source-id: 7ab62323827d724d415bd61c59bf179518a47086 --- build/fbcode_builder/manifests/xz | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/fbcode_builder/manifests/xz b/build/fbcode_builder/manifests/xz index 0b27ad63c..751616b72 100644 --- a/build/fbcode_builder/manifests/xz +++ b/build/fbcode_builder/manifests/xz @@ -11,12 +11,12 @@ xz xz-devel [download] -url = https://tukaani.org/xz/xz-5.2.5.tar.gz -sha256 = f6f4910fd033078738bd82bfba4f49219d03b17eb0794eb91efbae419f4aba10 +url = https://github.com/tukaani-project/xz/releases/download/v5.6.0/xz-5.6.0.tar.gz +sha256 = 0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875 [build] builder = autoconf -subdir = xz-5.2.5 +subdir = xz-5.6.0 [autoconf.args] --disable-shared