We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e1bcf commit fe64ef0Copy full SHA for fe64ef0
examples/third_party/apr/apr_repositories.bzl
@@ -15,10 +15,10 @@ def apr_repositories():
15
Label("//apr:windows_winnt.patch"),
16
],
17
sha256 = "",
18
- strip_prefix = "apr-1.7.4",
+ strip_prefix = "apr-1.7.5",
19
urls = [
20
- "https://mirror.bazel.build/www-eu.apache.org/dist/apr/apr-1.7.4.tar.gz",
21
- "https://dlcdn.apache.org/apr/apr-1.7.4.tar.gz",
22
- "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",
23
24
)
0 commit comments