[type-safe] update to 0.2.4 (#38923)

- [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.
- [ ] 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.
This commit is contained in:
Brady Hahn 2024-05-24 16:40:41 -05:00 committed by GitHub
parent 59aeb8fe8f
commit 859089c0d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO foonathan/type_safe
REF v0.2.3
SHA512 2064995421c5b6bad1b336adf71af9ad1dd3d2245411be1f531d3b72db782a9a959f20597c18a1bd8a71fd3e9e87e396b4fe5595a5e99a32e2d814d6a7c6222b
REF "v${VERSION}"
SHA512 90e256af61649706c97d2cf317ce34b2b953fc841b04eab8193a865d3eced9a1044d22ecb520688f3adf35a06c346945604f177a933e7709cc167bb1637ccb4e
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "type-safe",
"version": "0.2.3",
"version": "0.2.4",
"description": "Zero overhead abstractions that use the C++ type system to prevent bugs.",
"homepage": "https://github.com/foonathan/type_safe",
"dependencies": [

View File

@ -8897,7 +8897,7 @@
"port-version": 3
},
"type-safe": {
"baseline": "0.2.3",
"baseline": "0.2.4",
"port-version": 0
},
"uchardet": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "35621b157fc4fcde27821331951fa96dc5fbd767",
"version": "0.2.4",
"port-version": 0
},
{
"git-tree": "803fe8770512e68321e60560d9a303e4782c266e",
"version": "0.2.3",