Skip to content

Commit

Permalink
chore: Use civetweb 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Oct 1, 2020
1 parent 0a912f7 commit 6e336ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/civetweb
Submodule civetweb updated 161 files
1 change: 1 addition & 0 deletions bazel/civetweb.BUILD
Expand Up @@ -23,6 +23,7 @@ cc_library(
name = "libcivetweb",
srcs = [
"src/civetweb.c",
"src/response.inl",
],
hdrs = [
"include/civetweb.h",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Expand Up @@ -5,10 +5,10 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "civetweb",
strip_prefix = "civetweb-1.12",
sha256 = "8cab1e2ad8fb3e2e81fed0b2321a5afbd7269a644c44ed4c3607e0a212c6d9e1",
strip_prefix = "civetweb-1.13",
sha256 = "a7ccc76c2f1b5f4e8d855eb328ed542f8fe3b882a6da868781799a98f4acdedc",
urls = [
"https://github.com/civetweb/civetweb/archive/v1.12.tar.gz",
"https://github.com/civetweb/civetweb/archive/v1.13.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:civetweb.BUILD",
)
Expand Down

0 comments on commit 6e336ec

Please sign in to comment.