Skip to content

Commit

Permalink
[zoe] Update to v3.5 (#42105)
Browse files Browse the repository at this point in the history
Co-authored-by: FrankXie <[email protected]>
Co-authored-by: admin <[email protected]>
Co-authored-by: paipai <[email protected]>
Co-authored-by: Frank <[email protected]>
  • Loading branch information
5 people authored Nov 14, 2024
1 parent cf75a41 commit 472f836
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/zoe/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions ports/zoe/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "zoe",
"version": "3.3",
"version": "3.5",
"maintainers": "winsoft666 <[email protected]>",
"description": "C++ File Download Library.",
"homepage": "https://github.com/winsoft666/zoe",
"supports": "!osx & !uwp & !arm & !android",
"supports": "!uwp & !android",
"dependencies": [
{
"name": "curl",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9957,7 +9957,7 @@
"port-version": 0
},
"zoe": {
"baseline": "3.3",
"baseline": "3.5",
"port-version": 0
},
"zookeeper": {
Expand Down
5 changes: 5 additions & 0 deletions versions/z-/zoe.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fe573416ba1ac210d19a22c1ace9eb3b3a4994d0",
"version": "3.5",
"port-version": 0
},
{
"git-tree": "2e1829e15cad72dca6c6ff60b4925308905e0a49",
"version": "3.3",
Expand Down

0 comments on commit 472f836

Please sign in to comment.