Skip to content

Commit 37efe7c

Browse files
authored
Merge pull request #238 from cdleary/main
Add another mirror location for bz2 tarball.
2 parents aca8d0a + 73a719d commit 37efe7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dependency_support/org_sourceware_bzip2/org_sourceware_bzip2.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def org_sourceware_bzip2():
2222
http_archive,
2323
name = "org_sourceware_bzip2",
2424
urls = [
25+
"https://mirrors.kernel.org/sourceware/bzip2/bzip2-1.0.8.tar.gz",
2526
"https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz",
2627
],
2728
strip_prefix = "bzip2-1.0.8",

0 commit comments

Comments
 (0)