mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[zoe] Update to v3.1 (#39422)
This commit is contained in:
parent
b6f51c96e3
commit
384abec572
@ -2,8 +2,8 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO winsoft666/zoe
|
REPO winsoft666/zoe
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
REF c4de5eef2139050dc6919170487bc5c5044c9fcf
|
REF "v${VERSION}"
|
||||||
SHA512 72e439b27405784878c1784fbac7308b021636231402e1fd88cfe3e850f0f539d726dc121278bbe3017aea613c6d4dff0a4034ad5488ebea06d681d81e4c8063
|
SHA512 17c3747f4afd7574b0c9f123dee98fc8cad4b37d5fbe1234850778753c3a550df42530574c4ad053fb77813bbe6e9b0bb4cc82aa0b505b2e82abe7f158d602bb
|
||||||
)
|
)
|
||||||
|
|
||||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ZOE_BUILD_SHARED_LIBS)
|
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ZOE_BUILD_SHARED_LIBS)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "zoe",
|
"name": "zoe",
|
||||||
"version": "3.0",
|
"version": "3.1",
|
||||||
"maintainers": "winsoft666 <winsoft666@outlook.com>",
|
"maintainers": "winsoft666 <winsoft666@outlook.com>",
|
||||||
"description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.",
|
"description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.",
|
||||||
"homepage": "https://github.com/winsoft666/zoe",
|
"homepage": "https://github.com/winsoft666/zoe",
|
||||||
|
@ -9709,7 +9709,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"zoe": {
|
"zoe": {
|
||||||
"baseline": "3.0",
|
"baseline": "3.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"zookeeper": {
|
"zookeeper": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "fdba4d3af7c15a74f48c218c3aa2efce33972d86",
|
||||||
|
"version": "3.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "ef2391f6da7efe52725293a360d2d5f1611cf5d5",
|
"git-tree": "ef2391f6da7efe52725293a360d2d5f1611cf5d5",
|
||||||
"version": "3.0",
|
"version": "3.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user