Skip to content

Commit 7817761

Browse files
committed
chore(push): Use curl 7.82.0
1 parent 8f874d4 commit 7817761

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bazel/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def prometheus_cpp_repositories():
2626
maybe(
2727
http_archive,
2828
name = "com_github_curl",
29-
sha256 = "dab997c9b08cb4a636a03f2f7f985eaba33279c1c52692430018fae4a4878dc7",
30-
strip_prefix = "curl-7.80.0",
29+
sha256 = "910cc5fe279dc36e2cca534172c94364cf3fcf7d6494ba56e6c61a390881ddce",
30+
strip_prefix = "curl-7.82.0",
3131
urls = [
32-
"https://github.com/curl/curl/releases/download/curl-7_80_0/curl-7.80.0.tar.gz",
33-
"https://curl.haxx.se/download/curl-7.80.0.tar.gz",
32+
"https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.82.0.tar.gz",
33+
"https://curl.haxx.se/download/curl-7.82.0.tar.gz",
3434
],
3535
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:curl.BUILD",
3636
)

0 commit comments

Comments
 (0)