chore(deps): update kcenon-thread-system port to v0.3.0 with valid SHA512#514
Merged
kcenon merged 1 commit intoMar 11, 2026
Merged
Conversation
…A512 Update the vcpkg overlay port for kcenon/thread_system: - REF: commit SHA 80242646 → annotated tag v0.3.0 - SHA512: placeholder '0' → actual archive hash The v0.3.0 tag was created in kcenon/thread_system after merging: - #571: fix(build) link common_system target for vcpkg find_package - #572: chore(release) bump version to 0.3.0 SHA512 was computed from the GitHub-generated source archive: https://github.com/kcenon/thread_system/archive/refs/tags/v0.3.0.tar.gz Resolves: kcenon/thread_system#570
5 tasks
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
…A512 (#514) Update the vcpkg overlay port for kcenon/thread_system: - REF: commit SHA 80242646 → annotated tag v0.3.0 - SHA512: placeholder '0' → actual archive hash The v0.3.0 tag was created in kcenon/thread_system after merging: - #571: fix(build) link common_system target for vcpkg find_package - #572: chore(release) bump version to 0.3.0 SHA512 was computed from the GitHub-generated source archive: https://github.com/kcenon/thread_system/archive/refs/tags/v0.3.0.tar.gz Resolves: kcenon/thread_system#570
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Update the vcpkg overlay port for
kcenon/thread_systemfrom a raw commit SHA to the stablev0.3.0release tag with the correct SHA512 hash.Change Type
Why
Related Issues
Motivation
The existing portfile used a bare commit SHA as
REFand a placeholderSHA512 0, which:vcpkg installexecution (placeholder hash fails validation)Where
Files Changed
vcpkg-ports/kcenon-thread-system/portfile.cmakev0.3.0; SHA512:0→ actual hashHow
Implementation Details
The
v0.3.0tag was created inkcenon/thread_systemafter merging:fix(build)— linkcommon_systemtarget for vcpkgfind_packagepathchore(release)— bump version to 0.3.0fix(ci)— pin OSV scanner and grant docs permissionsSHA512 was computed by downloading the GitHub-generated source archive and running
sha512sum:Testing Done
v0.3.0tag atkcenon/thread_systemvcpkg install --overlay-portsvalidation (requires vcpkg environment)Breaking Changes
None — overlay port only. Downstream builds using this port will now install from a stable tagged release instead of a floating commit reference.