Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63a4bbe

Browse files
committedJul 15, 2021
Update cpp-statsd-client to v1.0.2-03862e8
1 parent 2e22e98 commit 63a4bbe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎cmake/configs/default.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ hunter_default_version(class_loader VERSION 0.4.1-p0)
225225
hunter_default_version(cmcstl2 VERSION 0.0.0-bee0705e99)
226226
hunter_default_version(convertutf VERSION 1.0.1)
227227
hunter_default_version(corrade VERSION 2019.10)
228-
hunter_default_version(cpp-statsd-client VERSION 1.0.1-42f02b4-p0)
228+
hunter_default_version(cpp-statsd-client VERSION 1.0.2-03862e8)
229229
hunter_default_version(cpp_redis VERSION 3.5.0-h1)
230230
hunter_default_version(cppast VERSION 0.0.0-b155d6a-p0)
231231
hunter_default_version(cppcodec VERSION 0.2-p0)

‎cmake/projects/cpp-statsd-client/hunter.cmake

+11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ include(hunter_cacheable)
88
include(hunter_download)
99
include(hunter_pick_scheme)
1010

11+
hunter_add_version(
12+
PACKAGE_NAME
13+
cpp-statsd-client
14+
VERSION
15+
1.0.2-03862e8
16+
URL
17+
"https://github.com/vthiery/cpp-statsd-client/archive/03862e84ed6619138c208f17e8118290735eed39.tar.gz"
18+
SHA1
19+
6f45cdb2a744fa988c1287f3b27ac7cd0eba63e6
20+
)
21+
1122
hunter_add_version(
1223
PACKAGE_NAME
1324
cpp-statsd-client

0 commit comments

Comments
 (0)
Please sign in to comment.