Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cpp-statsd-client to v2.0.0 #442

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ hunter_default_version(cmcstl2 VERSION 0.0.0-bee0705e99)
hunter_default_version(complex_bessel VERSION 0.5.0-abab4b5)
hunter_default_version(convertutf VERSION 1.0.1)
hunter_default_version(corrade VERSION 2019.10)
hunter_default_version(cpp-statsd-client VERSION 1.0.1-42f02b4-p0)
hunter_default_version(cpp-statsd-client VERSION 2.0.0)
hunter_default_version(cpp_redis VERSION 3.5.0-h1)
hunter_default_version(cppast VERSION 0.0.0-b155d6a-p0)
hunter_default_version(cppcodec VERSION 0.2-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/cpp-statsd-client/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ include(hunter_cacheable)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
cpp-statsd-client
VERSION
2.0.0
URL
"https://github.com/vthiery/cpp-statsd-client/archive/refs/tags/v2.0.0.tar.gz"
SHA1
f9178325b6c8c2ea60c870af58679b1d1bd8bd79
)

hunter_add_version(
PACKAGE_NAME
cpp-statsd-client
Expand Down