aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Yates <me@meorawr.io>2020-02-29 05:36:29 +0000
committerGitHub <noreply@github.com>2020-02-28 21:36:29 -0800
commit605957fef2e0a3f225f9b57ed4d06c2c9e000e9c (patch)
tree7e4d7d863a1e375a6762d9350e66f9e22d1eb85a
parentbbb655857a737d539a787695c120561cd269e14b (diff)
downloadvcpkg-605957fef2e0a3f225f9b57ed4d06c2c9e000e9c.tar.gz
vcpkg-605957fef2e0a3f225f9b57ed4d06c2c9e000e9c.zip
[eabase] Update to 2.09.12 (#10215)
-rw-r--r--ports/eabase/CONTROL2
-rw-r--r--ports/eabase/fix_cmake_install.patch2
-rw-r--r--ports/eabase/portfile.cmake4
3 files changed, 4 insertions, 4 deletions
diff --git a/ports/eabase/CONTROL b/ports/eabase/CONTROL
index 95c76477e..42fe96803 100644
--- a/ports/eabase/CONTROL
+++ b/ports/eabase/CONTROL
@@ -1,4 +1,4 @@
Source: eabase
-Version: 2.09.10
+Version: 2.09.12
Homepage: https://github.com/electronicarts/EABase
Description: Electronic Arts Base. EABase is a small set of header files that define platform-independent data types and macros.
diff --git a/ports/eabase/fix_cmake_install.patch b/ports/eabase/fix_cmake_install.patch
index 2cd22690b..1a81fd69f 100644
--- a/ports/eabase/fix_cmake_install.patch
+++ b/ports/eabase/fix_cmake_install.patch
@@ -59,7 +59,7 @@ index 89c6703..ab8e553 100644
+
+ write_basic_package_version_file(
+ "${CMAKE_CURRENT_BINARY_DIR}/EABaseConfigVersion.cmake"
-+ VERSION 2.09.10
++ VERSION 2.09.12
+ COMPATIBILITY SameMajorVersion
+ )
+
diff --git a/ports/eabase/portfile.cmake b/ports/eabase/portfile.cmake
index 1a70ad267..8a5e57dac 100644
--- a/ports/eabase/portfile.cmake
+++ b/ports/eabase/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO electronicarts/EABase
- REF edbafca82e4c4e73302e0b5144c5d1f4710db9fa
- SHA512 fb9bd07602fb308864506737813212e47385a164708cd9064fdd4d1893294b228718a2964a0b16d04483f4f4c8a156f7199b60f227e4fc9ac88352f7dcd59672
+ REF d1be0a1d0fc01a9bf8f3f2cea75018df0d2410ee
+ SHA512 84a11bea06aecbf9a659d92b1ac904b99b2b82023650f4f376b5e68a744f631c5dbdd53d25f746ffb01b428415ac86e4fb8ba758db844acf80560fabe4d77733
HEAD_REF master
PATCHES
fix_cmake_install.patch