diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-03-20 20:15:27 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-20 21:47:55 -0700 |
| commit | 0170cdf5abc7719e7819613dfa2263510efd45c3 (patch) | |
| tree | 63c1312e2c5a7a872249b2d54bf7a1db96cb82cb /ports/eastl | |
| parent | 9e54b3792daca1898a1b751d37fa22360721eba5 (diff) | |
| download | vcpkg-0170cdf5abc7719e7819613dfa2263510efd45c3.tar.gz vcpkg-0170cdf5abc7719e7819613dfa2263510efd45c3.zip | |
[abseil][eastl][exiv2][nuklear][thrift][unicorn][zeromq] Upgrades
Diffstat (limited to 'ports/eastl')
| -rw-r--r-- | ports/eastl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/eastl/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/eastl/CONTROL b/ports/eastl/CONTROL index 2e7d0c433..47a111ea1 100644 --- a/ports/eastl/CONTROL +++ b/ports/eastl/CONTROL @@ -1,4 +1,4 @@ Source: eastl
-Version: 3.07.02
+Version: 3.08.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 f5b877b8c..1e3831913 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.07.02
- SHA512 332db00b69a5493158daf1b0b89717646f0a31aeb0bfc9bf3415caee928102c3253c47c21eda0789350095811db45f5eae82ca24fb3fe1e9d67072f9fcd21235
+ REF 3.08.00 + SHA512 dc9510d1b6021fb275049a45d52d25002ac2e9859047c0ba4881aa478b700645e17b4fdbc7cdb43cee86df9155c545d2a29a6c1c5b06df3b8b6b4e150f010ade
HEAD_REF master
)
|
