Skip to content

Commit

Permalink
Merge 6825470 into 023c93e
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Feb 12, 2020
2 parents 023c93e + 6825470 commit 7888ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repositories.bzl
Expand Up @@ -26,11 +26,11 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "com_github_curl",
sha256 = "d0393da38ac74ffac67313072d7fe75b1fa1010eb5987f63f349b024a36b7ffb",
strip_prefix = "curl-7.66.0",
sha256 = "1dd7604e418b0b9a9077f62f763f6684c1b092a7bc17e3f354b8ad5c964d7358",
strip_prefix = "curl-7.68.0",
urls = [
"https://github.com/curl/curl/releases/download/curl-7_66_0/curl-7.66.0.tar.gz",
"https://curl.haxx.se/download/curl-7.66.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-7_68_0/curl-7.68.0.tar.gz",
"https://curl.haxx.se/download/curl-7.68.0.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
)
Expand Down

0 comments on commit 7888ee2

Please sign in to comment.