Skip to content

Commit

Permalink
chore(push): use curl 7.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phallot authored and gjasny committed Nov 9, 2022
1 parent 1c794c1 commit 2a1246f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "com_github_curl",
sha256 = "3c6893d38d054d4e378267166858698899e9d87258e8ff1419d020c395384535",
strip_prefix = "curl-7.84.0",
sha256 = "3dfdd39ba95e18847965cd3051ea6d22586609d9011d91df7bc5521288987a82",
strip_prefix = "curl-7.86.0",
urls = [
"https://github.com/curl/curl/releases/download/curl-7_84_0/curl-7.84.0.tar.gz",
"https://curl.haxx.se/download/curl-7.84.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-7_86_0/curl-7.86.0.tar.gz",
"https://curl.haxx.se/download/curl-7.86.0.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
)
Expand Down

0 comments on commit 2a1246f

Please sign in to comment.