Skip to content

Commit

Permalink
chore: Use civetweb 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Mar 18, 2020
1 parent 8a88b14 commit 23d67fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/civetweb
Submodule civetweb updated 163 files
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-2c1caa6e690bfe3b435a10c372ab2dcd14b872e8",
sha256 = "d576b2257fe116523e5644232868670dcdd6c89b8e42b69d51e26b146575ab6a",
strip_prefix = "civetweb-1.12",
sha256 = "8cab1e2ad8fb3e2e81fed0b2321a5afbd7269a644c44ed4c3607e0a212c6d9e1",
urls = [
"https://github.com/civetweb/civetweb/archive/2c1caa6e690bfe3b435a10c372ab2dcd14b872e8.tar.gz",
"https://github.com/civetweb/civetweb/archive/v1.12.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:civetweb.BUILD",
)
Expand Down

0 comments on commit 23d67fd

Please sign in to comment.