Skip to content

Commit

Permalink
[zycore] Update to 1.5.0 (microsoft#38694)
Browse files Browse the repository at this point in the history
Fixes microsoft#38692
Delete the upstream fixed patch fix-install.patch.
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [X] Any patches that are no longer applied are deleted from the port's
directory.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Usage test pass with following triplets:

```
x64-windows
```
  • Loading branch information
jimwang118 authored May 16, 2024
1 parent 5da825f commit 6b99cf1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 20 deletions.
12 changes: 0 additions & 12 deletions ports/zycore/fix-install.patch

This file was deleted.

6 changes: 2 additions & 4 deletions ports/zycore/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zyantific/zycore-c
REF 4a8b5e2ab4d6ee73aa92d04bc318fed607394e67
SHA512 c707f5e07411d9f00fa59e3c382345009f225ed9406063b9863604f15a9c45c9a32bc9c3100f08d9c5800cc2254f71bfae817979b85bc604739ca1ee854c94e5
REF "v${VERSION}"
SHA512 f57af4e5c6f919299e673ff4afd19a7e3cc01acaf5cde73db47063eb30881487fa33d2fd5707a3e55a8cd8df4bb4b668bc7273b8b8b5eebea1e78c1c36f715b2
HEAD_REF master
PATCHES
fix-install.patch
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" dynamic ZYCORE_BUILD_SHARED)
Expand Down
3 changes: 1 addition & 2 deletions ports/zycore/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "zycore",
"version": "1.3.0",
"port-version": 1,
"version": "1.5.0",
"description": "Provides platform independent types, macros and a fallback for environments without LibC.",
"homepage": "https://github.com/zyantific/zycore-c",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9721,8 +9721,8 @@
"port-version": 1
},
"zycore": {
"baseline": "1.3.0",
"port-version": 1
"baseline": "1.5.0",
"port-version": 0
},
"zydis": {
"baseline": "4.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/z-/zycore.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "226a1abf7ca1f76cdea8707e06158b1f099417e0",
"version": "1.5.0",
"port-version": 0
},
{
"git-tree": "b1f54fb1aabdc1dc6bcb5f100d7790bd6583bbc3",
"version": "1.3.0",
Expand Down

0 comments on commit 6b99cf1

Please sign in to comment.