Skip to content

Commit

Permalink
chore(push): Use curl 7.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Mar 5, 2022
1 parent 8f874d4 commit 7817761
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 = "dab997c9b08cb4a636a03f2f7f985eaba33279c1c52692430018fae4a4878dc7",
strip_prefix = "curl-7.80.0",
sha256 = "910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce",
strip_prefix = "curl-7.82.0",
urls = [
"https://github.com/curl/curl/releases/download/curl-7_80_0/curl-7.80.0.tar.gz",
"https://curl.haxx.se/download/curl-7.80.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.82.0.tar.gz",
"https://curl.haxx.se/download/curl-7.82.0.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
)
Expand Down

0 comments on commit 7817761

Please sign in to comment.