aboutsummaryrefslogtreecommitdiff
path: root/ports/eastl
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-12-14 17:00:47 -0800
committerRobert Schumacher <roschuma@microsoft.com>2019-01-09 12:27:19 -0800
commitbb1bb1c94a72b891883efa6522791620ef3bbc0f (patch)
tree841552caea8bf21ff6a7dc66c62e8e00063bb437 /ports/eastl
parent11286693b0745dc97246170e06d9e1547a8ce0fd (diff)
downloadvcpkg-bb1bb1c94a72b891883efa6522791620ef3bbc0f.tar.gz
vcpkg-bb1bb1c94a72b891883efa6522791620ef3bbc0f.zip
Updates 2018.12.14
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 5674e0345..cb7704c8a 100644
--- a/ports/eastl/CONTROL
+++ b/ports/eastl/CONTROL
@@ -1,4 +1,4 @@
Source: eastl
-Version: 3.12.04
+Version: 3.12.07
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 c090f0fa8..4d61ff01f 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.04
- SHA512 99e8fdc5fb589410187f3538b6f491bc6f988babcb29b74be90a938ba6c94ad1b16d55ff62ddcf5ae539c67f473d43a6af581278b8b39d0d8686b0161dd0e5cf
+ REF 3.12.07
+ SHA512 d7ae29661ef8dbf13f9b8d195c5088992f23d3ca4751249385e8068f034dd687e178b2aac0f228b354e9019f0ea69f377a7b20aacb5d2b23a98b8032437f9f25
HEAD_REF master
)