Skip to content

Commit

Permalink
Fix a broken download link of xz
Browse files Browse the repository at this point in the history
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: facebook/folly#2153

Reviewed By: Gownta

Differential Revision: D54324964

Pulled By: Orvid

fbshipit-source-id: 7ab62323827d724d415bd61c59bf179518a47086
  • Loading branch information
liuyaoxin authored and facebook-github-bot committed Mar 5, 2024
1 parent 7cabc10 commit c570e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/fbcode_builder/manifests/xz
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c570e02

Please sign in to comment.