mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[simdutf] Update to 5.2.5 (#38342)
Fixes https://github.com/microsoft/vcpkg/issues/38028 Update the upstream version to fix compilation issues. - [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. Usage test pass with following triplets: ``` x86-windows x64-windows x64-windows-static ```
This commit is contained in:
parent
da4b78d350
commit
6a2f050cc9
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO simdutf/simdutf
|
REPO simdutf/simdutf
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 b433abd2ace5fbb5ec598fd16af85c69cd8683f8cb35da27eab07e1e9e899eeee58f176ec7cee40daa6566b367bb9a3e90a96fe99b2007ff05c0d36afc11f5f7
|
SHA512 c854d7b5959ca173588686657c8774cfe6b27b03e19abcb3f5280f5182672e6094203707fe700934efec44388b3db31ee0a55840cc00de6cc83da6d2fbf958f2
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||||
"name": "simdutf",
|
"name": "simdutf",
|
||||||
"version-semver": "5.2.3",
|
"version-semver": "5.2.5",
|
||||||
"description": "Unicode validation and transcoding at billions of characters per second",
|
"description": "Unicode validation and transcoding at billions of characters per second",
|
||||||
"homepage": "https://github.com/simdutf/simdutf",
|
"homepage": "https://github.com/simdutf/simdutf",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -8105,7 +8105,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"simdutf": {
|
"simdutf": {
|
||||||
"baseline": "5.2.3",
|
"baseline": "5.2.5",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"simonbrunel-qtpromise": {
|
"simonbrunel-qtpromise": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "dcf7ceea96d05e8d023893dbe8db190801088d06",
|
||||||
|
"version-semver": "5.2.5",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "efcb4369394af49aaf2b30f113530327140e931a",
|
"git-tree": "efcb4369394af49aaf2b30f113530327140e931a",
|
||||||
"version-semver": "5.2.3",
|
"version-semver": "5.2.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user