aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Yates <me@meorawr.io>2020-02-29 05:34:44 +0000
committerGitHub <noreply@github.com>2020-02-28 21:34:44 -0800
commitbbb655857a737d539a787695c120561cd269e14b (patch)
tree5345c0fe4a6fbfade054a75ab80e4b7774b2f77a
parent003513de47c39c02073cb95c08e739ed47274fc9 (diff)
downloadvcpkg-bbb655857a737d539a787695c120561cd269e14b.tar.gz
vcpkg-bbb655857a737d539a787695c120561cd269e14b.zip
[eastl] Update to 3.16.05 (#10216)
-rw-r--r--ports/eastl/CONTROL2
-rw-r--r--ports/eastl/fix_cmake_install.patch2
-rw-r--r--ports/eastl/portfile.cmake4
3 files changed, 4 insertions, 4 deletions
diff --git a/ports/eastl/CONTROL b/ports/eastl/CONTROL
index 2cb7f0009..156aac737 100644
--- a/ports/eastl/CONTROL
+++ b/ports/eastl/CONTROL
@@ -1,5 +1,5 @@
Source: eastl
-Version: 3.16.01
+Version: 3.16.05
Homepage: https://github.com/electronicarts/EASTL
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.
Build-Depends: eabase
diff --git a/ports/eastl/fix_cmake_install.patch b/ports/eastl/fix_cmake_install.patch
index 3340adb1c..bc8433c07 100644
--- a/ports/eastl/fix_cmake_install.patch
+++ b/ports/eastl/fix_cmake_install.patch
@@ -56,7 +56,7 @@ index b8171cd..44120cc 100644
+
+write_basic_package_version_file(
+ "${CMAKE_CURRENT_BINARY_DIR}/EASTLConfigVersion.cmake"
-+ VERSION 3.16.01
++ VERSION 3.16.05
+ COMPATIBILITY SameMajorVersion
+)
+
diff --git a/ports/eastl/portfile.cmake b/ports/eastl/portfile.cmake
index 922fa2118..3a56d4f13 100644
--- a/ports/eastl/portfile.cmake
+++ b/ports/eastl/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO electronicarts/EASTL
- REF 3.16.01
- SHA512 c5c4b6637da5257e6dbbccd293a07691d509bf1310a67aa8b85777a1163f0034874e0638728a54deaa0839320fd919b67a8c9e22461fee6612a76637bb3086bc
+ REF 3.16.05
+ SHA512 6e5ab46e6238135996961860789b811bfd8e5a84431bc01572842d9326037be0aaec315bef0fa3c84fca0f70822e7c03ae481bc99400d11112321702c18b9918
HEAD_REF master
PATCHES
fix_cmake_install.patch