-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zoe] Update to v3.5 #42105
base: master
Are you sure you want to change the base?
[zoe] Update to v3.5 #42105
Conversation
ports/zoe/vcpkg.json
Outdated
"maintainers": "winsoft666 <[email protected]>", | ||
"description": "C++ File Download Library.", | ||
"homepage": "https://github.com/winsoft666/zoe", | ||
"supports": "!osx & !uwp & !arm & !android", | ||
"supports": "!uwp & !arm & !android", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upstream begins to support macOS: https://github.com/winsoft666/zoe/releases/tag/v3.4.
Modern macOS means arm64. But arm is marked as unsupported. |
versions/z-/zoe.json
Outdated
}, | ||
{ | ||
"git-tree": "af971f67231a4122a1b8524e89bd6c50eaffab5a", | ||
"version": "3.4", | ||
"port-version": 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}, | |
{ | |
"git-tree": "af971f67231a4122a1b8524e89bd6c50eaffab5a", | |
"version": "3.4", | |
"port-version": 0 |
Note: I will be converting your PR to draft status. When you respond, please revert to "ready for review". That way, I can be aware that you've responded since you can't modify the tags. |
./vcpkg x-add-version --all
and committing the result.