Skip to content

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

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update to v2.0.0
  • Loading branch information
rbsheth committed Feb 23, 2022
commit 89d82bbcd595b3c02a220a0a5518d747ec6bc42f
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.2-03862e8)
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
6 changes: 3 additions & 3 deletions cmake/projects/cpp-statsd-client/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ hunter_add_version(
PACKAGE_NAME
cpp-statsd-client
VERSION
1.0.2-03862e8
2.0.0
URL
"https://github.com/vthiery/cpp-statsd-client/archive/03862e84ed6619138c208f17e8118290735eed39.tar.gz"
"https://github.com/vthiery/cpp-statsd-client/archive/refs/tags/v2.0.0.tar.gz"
SHA1
6f45cdb2a744fa988c1287f3b27ac7cd0eba63e6
f9178325b6c8c2ea60c870af58679b1d1bd8bd79
)

hunter_add_version(
Expand Down