Skip to content

Commit

Permalink
Merge f5bd1ee into f5ed185
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed May 19, 2022
2 parents f5ed185 + f5bd1ee commit f27d526
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bazel/repositories.bzl
Expand Up @@ -26,11 +26,11 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "com_github_curl",
sha256 = "910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce",
strip_prefix = "curl-7.82.0",
sha256 = "93fb2cd4b880656b4e8589c912a9fd092750166d555166370247f09d18f5d0c0",
strip_prefix = "curl-7.83.1",
urls = [
"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",
"https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.83.1.tar.gz",
"https://curl.haxx.se/download/curl-7.83.1.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
)
Expand All @@ -48,12 +48,12 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "net_zlib_zlib",
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
strip_prefix = "zlib-1.2.11",
sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9",
strip_prefix = "zlib-1.2.12",
urls = [
"https://mirror.bazel.build/zlib.net/zlib-1.2.11.tar.gz",
"https://zlib.net/zlib-1.2.11.tar.gz",
"https://storage.googleapis.com/bazel-mirror/zlib.net/zlib-1.2.11.tar.gz",
"https://mirror.bazel.build/zlib.net/zlib-1.2.12.tar.gz",
"https://zlib.net/zlib-1.2.12.tar.gz",
"https://storage.googleapis.com/bazel-mirror/zlib.net/zlib-1.2.12.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:zlib.BUILD",
)

0 comments on commit f27d526

Please sign in to comment.