[zoe] Update to v3.1 (#39422)

This commit is contained in:
winsoft666 2024-06-22 04:25:30 +08:00 committed by GitHub
parent b6f51c96e3
commit 384abec572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -2,8 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO winsoft666/zoe
HEAD_REF master
REF c4de5eef2139050dc6919170487bc5c5044c9fcf
SHA512 72e439b27405784878c1784fbac7308b021636231402e1fd88cfe3e850f0f539d726dc121278bbe3017aea613c6d4dff0a4034ad5488ebea06d681d81e4c8063
REF "v${VERSION}"
SHA512 17c3747f4afd7574b0c9f123dee98fc8cad4b37d5fbe1234850778753c3a550df42530574c4ad053fb77813bbe6e9b0bb4cc82aa0b505b2e82abe7f158d602bb
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ZOE_BUILD_SHARED_LIBS)

View File

@ -1,6 +1,6 @@
{
"name": "zoe",
"version": "3.0",
"version": "3.1",
"maintainers": "winsoft666 <winsoft666@outlook.com>",
"description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.",
"homepage": "https://github.com/winsoft666/zoe",

View File

@ -9709,7 +9709,7 @@
"port-version": 1
},
"zoe": {
"baseline": "3.0",
"baseline": "3.1",
"port-version": 0
},
"zookeeper": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fdba4d3af7c15a74f48c218c3aa2efce33972d86",
"version": "3.1",
"port-version": 0
},
{
"git-tree": "ef2391f6da7efe52725293a360d2d5f1611cf5d5",
"version": "3.0",