mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
[zoe] Update to v3.5 (#42105)
Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: admin <admin@windows.com> Co-authored-by: paipai <noexist@gmail.com> Co-authored-by: Frank <1433351828@qq.com>
This commit is contained in:
parent
cf75a411bc
commit
472f836ce0
@ -3,7 +3,7 @@ vcpkg_from_github(
|
|||||||
REPO winsoft666/zoe
|
REPO winsoft666/zoe
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 3646ef80101570bddcbbd4d96a9d4d07377af370cfe75f48ae09024794e08db2d1ae2acbf3ceb9816d0701b92876f72a92e1d8201da3a7a47e0b5cb4f644f7b7
|
SHA512 af25c64e1bf28e0b2193e60eac30b3c90519786d13f3562c063dd524147dea0e398f6cb51973a266be90ce71c33c5aff2e6a83b17f2944a52b2aa53e4885f56a
|
||||||
)
|
)
|
||||||
|
|
||||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ZOE_BUILD_SHARED_LIBS)
|
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ZOE_BUILD_SHARED_LIBS)
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "zoe",
|
"name": "zoe",
|
||||||
"version": "3.3",
|
"version": "3.5",
|
||||||
"maintainers": "winsoft666 <winsoft666@outlook.com>",
|
"maintainers": "winsoft666 <winsoft666@outlook.com>",
|
||||||
"description": "C++ File Download Library.",
|
"description": "C++ File Download Library.",
|
||||||
"homepage": "https://github.com/winsoft666/zoe",
|
"homepage": "https://github.com/winsoft666/zoe",
|
||||||
"supports": "!osx & !uwp & !arm & !android",
|
"supports": "!uwp & !android",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "curl",
|
"name": "curl",
|
||||||
|
@ -9957,7 +9957,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"zoe": {
|
"zoe": {
|
||||||
"baseline": "3.3",
|
"baseline": "3.5",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"zookeeper": {
|
"zookeeper": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "fe573416ba1ac210d19a22c1ace9eb3b3a4994d0",
|
||||||
|
"version": "3.5",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "2e1829e15cad72dca6c6ff60b4925308905e0a49",
|
"git-tree": "2e1829e15cad72dca6c6ff60b4925308905e0a49",
|
||||||
"version": "3.3",
|
"version": "3.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user