Skip to content

Commit aa22376

Browse files
authored
Update xz to 5.2.5, and switch the download link. (#1296)
This PR updates xz to 5.2.5, and switch the download link to use github instead as it is more stable. Signed-off-by: Yong Tang <[email protected]>
1 parent 0217f86 commit aa22376

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,11 @@ http_archive(
440440
http_archive(
441441
name = "xz",
442442
build_file = "//third_party:xz.BUILD",
443-
sha256 = "b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145",
444-
strip_prefix = "xz-5.2.4",
443+
sha256 = "0d2b89629f13dd1a0602810529327195eff5f62a0142ccd65b903bc16a4ac78a",
444+
strip_prefix = "xz-5.2.5",
445445
urls = [
446-
"https://storage.googleapis.com/mirror.tensorflow.org/tukaani.org/xz/xz-5.2.4.tar.gz",
447-
"https://tukaani.org/xz/xz-5.2.4.tar.gz",
446+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/xz-mirror/xz/archive/v5.2.5.tar.gz",
447+
"https://github.com/xz-mirror/xz/archive/v5.2.5.tar.gz",
448448
],
449449
)
450450

0 commit comments

Comments
 (0)