Bump APR version to 1.7.5. Make CI/CD green again. (#1273)
This commit is contained in:
parent
24e1bcfdeb
commit
fe64ef02c0
|
@ -15,10 +15,10 @@ def apr_repositories():
|
|||
Label("//apr:windows_winnt.patch"),
|
||||
],
|
||||
sha256 = "",
|
||||
strip_prefix = "apr-1.7.4",
|
||||
strip_prefix = "apr-1.7.5",
|
||||
urls = [
|
||||
"https://mirror.bazel.build/www-eu.apache.org/dist/apr/apr-1.7.4.tar.gz",
|
||||
"https://dlcdn.apache.org/apr/apr-1.7.4.tar.gz",
|
||||
"https://www-eu.apache.org/dist/apr/apr-1.7.4.tar.gz",
|
||||
"https://mirror.bazel.build/www-eu.apache.org/dist/apr/apr-1.7.5.tar.gz",
|
||||
"https://dlcdn.apache.org/apr/apr-1.7.5.tar.gz",
|
||||
"https://www-eu.apache.org/dist/apr/apr-1.7.5.tar.gz",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue