diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-05-18 15:55:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-18 00:55:05 -0700 |
| commit | b1f7f2e60311555b3909817804d969c76bd75388 (patch) | |
| tree | 3a98cc673271cf87a8035d193a8e59d247620cea /ports | |
| parent | bef784967b0a8c4a043f974fd7c1df3fa3a39625 (diff) | |
| download | vcpkg-b1f7f2e60311555b3909817804d969c76bd75388.tar.gz vcpkg-b1f7f2e60311555b3909817804d969c76bd75388.zip | |
[Entt] update to 3.7.1 (#17923)
* [Entt] update to 3.7.1
* update version
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/entt/CONTROL | 4 | ||||
| -rw-r--r-- | ports/entt/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/entt/vcpkg.json | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/ports/entt/CONTROL b/ports/entt/CONTROL deleted file mode 100644 index 49fba8bcd..000000000 --- a/ports/entt/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: entt -Version: 3.7.0 -Description: Gaming meets modern C++ - a fast and reliable entity-component system and much more. -Homepage: https://github.com/skypjack/entt diff --git a/ports/entt/portfile.cmake b/ports/entt/portfile.cmake index 5d44756ff..b5d22af68 100644 --- a/ports/entt/portfile.cmake +++ b/ports/entt/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO skypjack/entt - REF 1e07b981f0b305400f854084c61c4efe2fd36206 - SHA512 0a61d293b8f6d9eec07711f9ac87c185e158b42da7ca1f91c1ab189a573686a79efa0d15cc76d8e7a2770c6b625df20b8bce1aa16147c0af07cd722a3d32d583 + REF 5d15a3d69f433a0e3fce266caaeb87c77c10453c #v3.7.1 + SHA512 dbfb141dd706e1552a81e01005a28e916b369f29c0adfff337799f8375a9676e60f620b7981633829d6d175297088ace58e3c16cc802ab9d71681efebb1caba6 HEAD_REF master ) diff --git a/ports/entt/vcpkg.json b/ports/entt/vcpkg.json new file mode 100644 index 000000000..40ef4c61f --- /dev/null +++ b/ports/entt/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "entt", + "version": "3.7.1", + "description": "Gaming meets modern C++ - a fast and reliable entity-component system and much more", + "homepage": "https://github.com/skypjack/entt" +} |
