Skip to content

Commit

Permalink
[eastl] update to 3.18.00 (#21315)
Browse files Browse the repository at this point in the history
* [eastl] Update port commit ref

* update version

* Bump port-version and fix version database.

* Actually fix version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
  • Loading branch information
JonLiu1993 and BillyONeal authored Nov 13, 2021
1 parent 30b2f6b commit 91b9422
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/eastl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ports/eastl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@
},
"eastl": {
"baseline": "3.18.00",
"port-version": 0
"port-version": 1
},
"easycl": {
"baseline": "0.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/eastl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "41bc58f85c73fb0dec5374fc0c9b84ffc401555c",
"version-string": "3.18.00",
"port-version": 1
},
{
"git-tree": "a9f54d0c4a7a571329fd2ee5e8788c2a5a5414ca",
"version-string": "3.18.00",
Expand Down

0 comments on commit 91b9422

Please sign in to comment.