Skip to content

Commit

Permalink
Merge pull request #348 from jupp0r/update-curl-to-7.69.1
Browse files Browse the repository at this point in the history
chore(push): Update curl to 7.69.1
  • Loading branch information
gjasny committed Mar 16, 2020
2 parents 3bb04e5 + d217a88 commit 2c24584
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 = "1dd7604e418b0b9a9077f62f763f6684c1b092a7bc17e3f354b8ad5c964d7358",
strip_prefix = "curl-7.68.0",
sha256 = "01ae0c123dee45b01bbaef94c0bc00ed2aec89cb2ee0fd598e0d302a6b5e0a98",
strip_prefix = "curl-7.69.1",
urls = [
"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",
"https://github.com/curl/curl/releases/download/curl-7_69_1/curl-7.69.1.tar.gz",
"https://curl.haxx.se/download/curl-7.69.1.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
)
Expand Down

0 comments on commit 2c24584

Please sign in to comment.