Bump APR version to 1.7.5. Make CI/CD green again. (#1273)

This commit is contained in:
Dmitry Mikhin 2024-09-04 19:02:11 +03:00 committed by GitHub
parent 24e1bcfdeb
commit fe64ef02c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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",
],
)