aboutsummaryrefslogtreecommitdiff
path: root/ports/eastl
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-08 17:51:44 -0700
committerGitHub <noreply@github.com>2019-05-08 17:51:44 -0700
commit223d5d82ac06cefc009c7c125771f5569d086ac5 (patch)
treeee1acc94b5385c6ba3dd57c3a2d3577a74b38e35 /ports/eastl
parent38aeee774a94b4cdb085e450ff579a404cc161c3 (diff)
downloadvcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.tar.gz
vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.zip
[many ports] Updates 2019.05.07 (#6338)
* [many ports] Updates 2019.05.07 * Undo assimp and gdcm2 changes since they caused regressions
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 1f8e01e57..b803366d8 100644
--- a/ports/eastl/CONTROL
+++ b/ports/eastl/CONTROL
@@ -1,4 +1,4 @@
Source: eastl
-Version: 3.13.04-1
+Version: 3.13.05
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 0b33ded5b..2d6f11102 100644
--- a/ports/eastl/portfile.cmake
+++ b/ports/eastl/portfile.cmake
@@ -6,8 +6,8 @@ set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/eastl)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO electronicarts/EASTL
- REF 3.13.04
- SHA512 4baa3dcf9fceac44f0c515db8bf50b7040afd5091162199c78bf9a1ab13ae19b4e55bb0bafe56da83a7b375ca0c15ba9c19d003de321ec6e40b489b2fe2561d5
+ REF 3.13.05
+ SHA512 2364554339203c972f10d58ebe8f14fb221a40451f4cd2c3c5acd6891e8580c1a0a5d4ba592c91349d3feca50d9880648bb37358820a1c9552dde3f7af400a82
HEAD_REF master
)