Skip to content

Commit

Permalink
Merge 86750c0 into 736f734
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed May 9, 2021
2 parents 736f734 + 86750c0 commit 1ddb141
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bazel/repositories.bzl
Expand Up @@ -26,22 +26,22 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "com_github_curl",
sha256 = "3b4378156ba09e224008e81dcce854b7ce4d182b1f9cfb97fe5ed9e9c18c6bd3",
strip_prefix = "curl-7.76.0",
sha256 = "5f85c4d891ccb14d6c3c701da3010c91c6570c3419391d485d95235253d837d7",
strip_prefix = "curl-7.76.1",
urls = [
"https://github.com/curl/curl/releases/download/curl-7_76_0/curl-7.76.0.tar.gz",
"https://curl.haxx.se/download/curl-7.76.0.tar.gz",
"https://github.com/curl/curl/releases/download/curl-7_76_1/curl-7.76.1.tar.gz",
"https://curl.haxx.se/download/curl-7.76.1.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
)

maybe(
http_archive,
name = "com_github_google_benchmark",
sha256 = "dccbdab796baa1043f04982147e67bb6e118fe610da2c65f88912d73987e700c",
strip_prefix = "benchmark-1.5.2",
sha256 = "e4fbb85eec69e6668ad397ec71a3a3ab165903abe98a8327db920b94508f720e",
strip_prefix = "benchmark-1.5.3",
urls = [
"https://github.com/google/benchmark/archive/v1.5.2.tar.gz",
"https://github.com/google/benchmark/archive/v1.5.3.tar.gz",
],
)

Expand Down

0 comments on commit 1ddb141

Please sign in to comment.