File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ def apr_repositories():
15
15
Label ("//apr:windows_winnt.patch" ),
16
16
],
17
17
sha256 = "" ,
18
- strip_prefix = "apr-1.7.5 " ,
18
+ strip_prefix = "apr-1.7.6 " ,
19
19
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" ,
23
23
],
24
24
)
Original file line number Diff line number Diff line change @@ -8,11 +8,10 @@ def apr_util_repositories():
8
8
http_archive ,
9
9
name = "apr_util" ,
10
10
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 " ,
13
13
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" ,
16
15
],
17
16
)
18
17
You can’t perform that action at this time.
0 commit comments