Update the vcpkg configuration to the latest release.
Resolves #171. Signed-off-by: Tao He <sighingnow@gmail.com>
This commit is contained in:
parent
bbcab86eab
commit
71b5b3a1a3
|
|
@ -1,5 +1,5 @@
|
||||||
Source: etcd-cpp-apiv3
|
Source: etcd-cpp-apiv3
|
||||||
Version: 0.2.1
|
Version: 0.2.8
|
||||||
Homepage: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3
|
Homepage: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3
|
||||||
Description: The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.
|
Description: The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.
|
||||||
Build-Depends: boost-asio, boost-system, boost-thread, boost-random,
|
Build-Depends: boost-asio, boost-system, boost-thread, boost-random,
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO etcd-cpp-apiv3/etcd-cpp-apiv3
|
REPO etcd-cpp-apiv3/etcd-cpp-apiv3
|
||||||
REF 1b68f9c79dede1264a0977a239e497358760b0ac
|
REF 2e38d3c11e02366906328d5905ac934311761cd0
|
||||||
SHA512 b575cbd76a50ae2869c234050aadfe5201a580554ff617043b6d0eac4b08331b5cd8e6fb7c218d74ae756d8971a68f761c665e3c9e868b5d447c3f0c9311abc5
|
SHA512 ca6613b821643050701cbfcb7f9f35c48f0ea9a9d86b73b0401cbacf66a50a1c98b14e07fe8f0939dba379ceb2cf6c60093158b1b4a20c731984c47875b97f90
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue