diff --git a/ports/eastl/portfile.cmake b/ports/eastl/portfile.cmake index c8e198f4a095f3..d362ac0f41d1d5 100644 --- a/ports/eastl/portfile.cmake +++ b/ports/eastl/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO electronicarts/EASTL - REF 41bd2e4466e33b979d2afc37f9b98dacf1eab50b #v 3.17.03 - SHA512 3011a0a08701b683e22cc624167b4f65fce8b16d0f7a03675f6a1d5b02313c5b763bcc6c8091f65728ed60ceee8d585cbdb1968a35fb24954f4f66afabb23865 + REF e8bdd5531ed79c30ccef2fd71e070f5ab9f1222a #v3.18.00 + SHA512 3e5d97a77b8610a2efdb9156b47c91e8a8dd5629ff95ea6d2c65016b067ab645df5beddc8c7f93d89c3d1a6f404ff71282efc6db9885a6e6240fa444fe2be79c HEAD_REF master PATCHES fix_cmake_install.patch diff --git a/ports/eastl/vcpkg.json b/ports/eastl/vcpkg.json index 07c9d652a90327..e496d68076cd63 100644 --- a/ports/eastl/vcpkg.json +++ b/ports/eastl/vcpkg.json @@ -1,6 +1,7 @@ { "name": "eastl", "version-string": "3.18.00", + "port-version": 1, "description": "Electronic Arts Standard Template Library. It is a C++ template library of containers, algorithms, and iterators useful for runtime and tool development across multiple platforms. It is a fairly extensive and robust implementation of such a library and has an emphasis on high performance above all other considerations.", "homepage": "https://github.com/electronicarts/EASTL", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 1079671bb25e74..3029b4c49f806e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1938,7 +1938,7 @@ }, "eastl": { "baseline": "3.18.00", - "port-version": 0 + "port-version": 1 }, "easycl": { "baseline": "0.3", diff --git a/versions/e-/eastl.json b/versions/e-/eastl.json index 9115dc8f0aad3e..7a67948716fa29 100644 --- a/versions/e-/eastl.json +++ b/versions/e-/eastl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "41bc58f85c73fb0dec5374fc0c9b84ffc401555c", + "version-string": "3.18.00", + "port-version": 1 + }, { "git-tree": "a9f54d0c4a7a571329fd2ee5e8788c2a5a5414ca", "version-string": "3.18.00",