mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[entt] update to 3.13.2 (#38154)
- [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:
parent
3533870f3f
commit
f6a144ae83
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO skypjack/entt
|
||||
REF "v${VERSION}"
|
||||
SHA512 440aa2a4aaef77271874e85a1804c867dfbe0aa31373dc754635fa6365682b3246e40765749e02cd56b7743eeae262eb2952185081a70eb92ce631f4626faf93
|
||||
SHA512 e517b050a7a56b57ea2035322736dd20fa704e0a642d3c3e577caa771ddd126661981c6e15ae66ecaea97367f9e86748d6d26ff02579ab3ec6e48db25a2056e1
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "entt",
|
||||
"version": "3.13.1",
|
||||
"version": "3.13.2",
|
||||
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
|
||||
"homepage": "https://github.com/skypjack/entt",
|
||||
"license": "MIT",
|
||||
|
@ -2513,7 +2513,7 @@
|
||||
"port-version": 5
|
||||
},
|
||||
"entt": {
|
||||
"baseline": "3.13.1",
|
||||
"baseline": "3.13.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"epsilon": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d4e3ef99bf60251f028b4d53e9312a8d0356b029",
|
||||
"version": "3.13.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7dbe8b313e49ea2a5be64c6e4da5676437637939",
|
||||
"version": "3.13.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user