Skip to content

Commit

Permalink
Bump APR version to 1.7.5. Make CI/CD green again. (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-j-mikhin authored Sep 4, 2024
1 parent 24e1bcf commit fe64ef0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/third_party/apr/apr_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

0 comments on commit fe64ef0

Please sign in to comment.