Skip to content

Commit

Permalink
[entt] Update to 3.11.0 (microsoft#27731)
Browse files Browse the repository at this point in the history
* [entt] Update to 3.11.0

* Remove port-version

* Remove wrong version
  • Loading branch information
Loghorn authored Nov 11, 2022
1 parent 4ecb439 commit cbe83d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/entt/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ else()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO skypjack/entt
REF v3.10.1
SHA512 ce611f8892626d8df2d6be6a0e7c0218683899bae5665b4466f149c6a5b6a4d184b390370262faa3ea822a399ac71a92f4780e9a22438d4a7a14ca5f554e94c4
REF v3.11.0
SHA512 aca15f0c59fcb700ae69a9bb451fd1d9a44613931c870d91a4696a376f70b35aaf5c7e8918119a194a8e33438e0354e1dcc22fe6294e3bf3a9511cb807c3135a
HEAD_REF master
)
endif()
Expand Down
3 changes: 1 addition & 2 deletions ports/entt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "entt",
"version": "3.10.1",
"port-version": 1,
"version": "3.11.0",
"description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more",
"homepage": "https://github.com/skypjack/entt",
"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 @@ -2161,8 +2161,8 @@
"port-version": 3
},
"entt": {
"baseline": "3.10.1",
"port-version": 1
"baseline": "3.11.0",
"port-version": 0
},
"epsilon": {
"baseline": "0.9.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/entt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1bbb72320031821b14b973f3df4fe1555ac467dc",
"version": "3.11.0",
"port-version": 0
},
{
"git-tree": "ac258cd82d39f21b9a55ec179f02517f29802cdb",
"version": "3.10.1",
Expand Down

0 comments on commit cbe83d2

Please sign in to comment.