Skip to content

Commit cb674ad

Browse files
author
James Sharpe
authored
fix: Update apr / apr-util versions to fix CI (#1402)
1 parent 1b198e7 commit cb674ad

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

examples/third_party/apr/apr_repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ def apr_repositories():
1515
Label("//apr:windows_winnt.patch"),
1616
],
1717
sha256 = "",
18-
strip_prefix = "apr-1.7.5",
18+
strip_prefix = "apr-1.7.6",
1919
urls = [
20-
"https://mirror.bazel.build/www-eu.apache.org/dist/apr/apr-1.7.5.tar.gz",
21-
"https://dlcdn.apache.org/apr/apr-1.7.5.tar.gz",
22-
"https://www-eu.apache.org/dist/apr/apr-1.7.5.tar.gz",
20+
"https://mirror.bazel.build/www-eu.apache.org/dist/apr/apr-1.7.6.tar.gz",
21+
"https://dlcdn.apache.org/apr/apr-1.7.6.tar.gz",
22+
"https://www-eu.apache.org/dist/apr/apr-1.7.6.tar.gz",
2323
],
2424
)

examples/third_party/apr_util/apr_util_repositories.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ def apr_util_repositories():
88
http_archive,
99
name = "apr_util",
1010
build_file = Label("//apr_util:BUILD.apr_util.bazel"),
11-
sha256 = "b65e40713da57d004123b6319828be7f1273fbc6490e145874ee1177e112c459",
12-
strip_prefix = "apr-util-1.6.1",
11+
integrity = "sha256-K3TYkycDgmhiyjBbCU7vKYPCeznVyUFEQumXaprPGYM=",
12+
strip_prefix = "apr-util-1.6.3",
1313
urls = [
14-
"https://mirror.bazel.build/www-us.apache.org/dist//apr/apr-util-1.6.1.tar.gz",
15-
"https://www-us.apache.org/dist//apr/apr-util-1.6.1.tar.gz",
14+
"https://dlcdn.apache.org//apr/apr-util-1.6.3.tar.gz",
1615
],
1716
)
1817

0 commit comments

Comments
 (0)