mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07: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
4 changed files with 9 additions and 4 deletions
|
@ -3,7 +3,7 @@ vcpkg_from_github(
|
|||
REPO winsoft666/zoe
|
||||
HEAD_REF master
|
||||
REF "v${VERSION}"
|
||||
SHA512 3646ef80101570bddcbbd4d96a9d4d07377af370cfe75f48ae09024794e08db2d1ae2acbf3ceb9816d0701b92876f72a92e1d8201da3a7a47e0b5cb4f644f7b7
|
||||
SHA512 af25c64e1bf28e0b2193e60eac30b3c90519786d13f3562c063dd524147dea0e398f6cb51973a266be90ce71c33c5aff2e6a83b17f2944a52b2aa53e4885f56a
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" ZOE_BUILD_SHARED_LIBS)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"name": "zoe",
|
||||
"version": "3.3",
|
||||
"version": "3.5",
|
||||
"maintainers": "winsoft666 <winsoft666@outlook.com>",
|
||||
"description": "C++ File Download Library.",
|
||||
"homepage": "https://github.com/winsoft666/zoe",
|
||||
"supports": "!osx & !uwp & !arm & !android",
|
||||
"supports": "!uwp & !android",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl",
|
||||
|
|
|
@ -9957,7 +9957,7 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"zoe": {
|
||||
"baseline": "3.3",
|
||||
"baseline": "3.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"zookeeper": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "fe573416ba1ac210d19a22c1ace9eb3b3a4994d0",
|
||||
"version": "3.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "2e1829e15cad72dca6c6ff60b4925308905e0a49",
|
||||
"version": "3.3",
|
||||
|
|
Loading…
Reference in a new issue