File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -23,3 +23,20 @@ index e8b00d8..092696f 100644
23
23
24
24
/* Define to 1 if you have the `utime' function. */
25
25
/* #undef HAVE_UTIME */
26
+ diff --git a/boost/boost.bzl b/boost/boost.bzl
27
+ index 8277dbb..afc9569 100644
28
+ --- a/boost/boost.bzl
29
+ +++ b/boost/boost.bzl
30
+ @@ -139,9 +139,9 @@ def boost_deps():
31
+ http_archive,
32
+ name = "org_lzma_lzma",
33
+ build_file = "@com_github_nelhage_rules_boost//:lzma.BUILD",
34
+ - url = "https://github.com/tukaani-project/xz/releases/download/v5.4.4/xz-5.4.4.tar.gz",
35
+ - sha256 = "aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8",
36
+ - strip_prefix = "xz-5.4.4",
37
+ + url = "https://src.fedoraproject.org/lookaside/extras/xz/xz-5.4.6.tar.gz/sha512/b08a61d8d478d3b4675cb1ddacdbbd98dc6941a55bcdd81a28679e54e9367d3a595fa123ac97874a17da571c1b712e2a3e901c2737099a9d268616a1ba3de497/xz-5.4.6.tar.gz",
38
+ + sha256 = "aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c",
39
+ + strip_prefix = "xz-5.4.6",
40
+ )
41
+
42
+ maybe(
You can’t perform that action at this time.
0 commit comments