diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake index 5b48dd025d..3e0a84747a 100644 --- a/ports/abseil/portfile.cmake +++ b/ports/abseil/portfile.cmake @@ -6,7 +6,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO abseil/abseil-cpp REF "${VERSION}" - SHA512 41504899ac4fd4a6eaa0a5fdf27a7765ec81962fb99b6a07982ceed32c5289e9eb12206c83a70fd44c5c3e1b96c2bfa160eb12f1dbbb45f1109d632c7690de90 + SHA512 5062e731ee8c9a757e6d75fc1c558652deb4dd1daab4d6143f7ad52a139501c61365f89acbf82480be0f9a4911a58286560068d8b1a8b6774e6afad51739766e HEAD_REF master ) @@ -26,7 +26,9 @@ endif () vcpkg_cmake_configure( SOURCE_PATH "${SOURCE_PATH}" DISABLE_PARALLEL_CONFIGURE - OPTIONS -DABSL_PROPAGATE_CXX_STD=ON ${ABSL_USE_CXX17_OPTION} + OPTIONS + -DABSL_PROPAGATE_CXX_STD=ON + ${ABSL_USE_CXX17_OPTION} ) vcpkg_cmake_install() diff --git a/ports/abseil/vcpkg.json b/ports/abseil/vcpkg.json index 2749d4f1ec..9c41ed17cd 100644 --- a/ports/abseil/vcpkg.json +++ b/ports/abseil/vcpkg.json @@ -1,7 +1,6 @@ { "name": "abseil", - "version": "20240116.1", - "port-version": 1, + "version": "20240116.2", "description": [ "Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.", "In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.", diff --git a/versions/a-/abseil.json b/versions/a-/abseil.json index 3494a129f1..eced844436 100644 --- a/versions/a-/abseil.json +++ b/versions/a-/abseil.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9af16c8547b0a3d6c5886384b9b18934353c9d6d", + "version": "20240116.2", + "port-version": 0 + }, { "git-tree": "948d23db90b120245e93ea7c0f0b773039d2aedd", "version": "20240116.1", diff --git a/versions/baseline.json b/versions/baseline.json index 4b51ccfae0..9fe0e33d20 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -17,8 +17,8 @@ "port-version": 0 }, "abseil": { - "baseline": "20240116.1", - "port-version": 1 + "baseline": "20240116.2", + "port-version": 0 }, "absent": { "baseline": "0.3.1",