aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheney Wang <38240633+Cheney-W@users.noreply.github.com>2018-07-03 16:16:33 +0800
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 01:16:33 -0700
commit812a76a5910c7ab4088649b047c7b171323867b9 (patch)
tree9d1875dcd4b4ad2672d7bccf6b6b40beea2d5a02
parente8baec5cb290afca488ba0ef8516285f045dd762 (diff)
downloadvcpkg-812a76a5910c7ab4088649b047c7b171323867b9.tar.gz
vcpkg-812a76a5910c7ab4088649b047c7b171323867b9.zip
Update eastl source to the latest commit (#3834)
-rw-r--r--ports/eastl/CONTROL2
-rw-r--r--ports/eastl/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/eastl/CONTROL b/ports/eastl/CONTROL
index dbf5fb0f4..66b459d88 100644
--- a/ports/eastl/CONTROL
+++ b/ports/eastl/CONTROL
@@ -1,4 +1,4 @@
Source: eastl
-Version: 3.09.00
+Version: 3.09.00-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.
diff --git a/ports/eastl/portfile.cmake b/ports/eastl/portfile.cmake
index afe9ed4cf..f00a6bf26 100644
--- a/ports/eastl/portfile.cmake
+++ b/ports/eastl/portfile.cmake
@@ -8,8 +8,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/eastl)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO electronicarts/EASTL
- REF 3.09.00
- SHA512 73b1b6ce0eba65fca049571a44595ff581f0dda01dcaaf3e0deb2d22e62b9b694a321339038c5cc2e6802ba3270675b814b73b59a8cfc8d71e645c60b17bebb6
+ REF a57bafacd26fbf90a6d3e4034e8ff3cb1b2e71bb
+ SHA512 be6755573176bea3f979270edb1e38b2e4873c415b2c94b4ce7ad875d9264d349c9c4780fb2eda39bdcebe9ee35e8e8e2a6fc9b4f63270e982f1bcb732796395
HEAD_REF master
)