aboutsummaryrefslogtreecommitdiff
path: root/ports/eastl
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-01-18 14:40:03 -0800
committerRobert Schumacher <roschuma@microsoft.com>2019-02-12 17:38:31 -0800
commit1207951b7b706c1d2bfb58c7647479b1430719a1 (patch)
tree0160b9814f7800151d4afe13092425ad647e2f50 /ports/eastl
parent0151644a6bb67c916fd0340e78fad3dbd2ec423c (diff)
downloadvcpkg-1207951b7b706c1d2bfb58c7647479b1430719a1.tar.gz
vcpkg-1207951b7b706c1d2bfb58c7647479b1430719a1.zip
Updates 2019.01.30
Diffstat (limited to 'ports/eastl')
-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 5159f18fc..a597fe506 100644
--- a/ports/eastl/CONTROL
+++ b/ports/eastl/CONTROL
@@ -1,4 +1,4 @@
Source: eastl
-Version: 3.12.08
+Version: 3.13.00
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 b447f1d94..63e6ab6fa 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.12.08
- SHA512 8135831a16dcc662de04d8053560a40d2ca8e6b44c5b5b6ccabd7b30241ce299b90fc22ad001cefb8e2c81a6b59847157c6e488ce797ee96314a931df468f16a
+ REF 3.13.00
+ SHA512 5a0a0491e98c1ef18d979865c02f46b3252ecf2757d2f9c5bb07181dfb7b45ff1bba900640fce3771aa4ac06a3e432ce514d1d358ff2066261d0197385419ddb
HEAD_REF master
)