aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-locale
diff options
context:
space:
mode:
authorniclar <niclar80@gmail.com>2020-11-06 22:30:37 +0100
committerGitHub <noreply@github.com>2020-11-06 13:30:37 -0800
commit0e1252388d5353f031e177b2826bab98d6c2e21c (patch)
treebebed137e3ec460899eafda8710bedcd25526952 /ports/boost-locale
parenteeeea96d9a944e58aad4db09cb372513e96d1ec8 (diff)
downloadvcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.tar.gz
vcpkg-0e1252388d5353f031e177b2826bab98d6c2e21c.zip
[boost] Update to 1.74.0 (#14089)
Diffstat (limited to 'ports/boost-locale')
-rw-r--r--ports/boost-locale/CONTROL3
-rw-r--r--ports/boost-locale/portfile.cmake7
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/boost-locale/CONTROL b/ports/boost-locale/CONTROL
index d0136ce7a..63714c5a7 100644
--- a/ports/boost-locale/CONTROL
+++ b/ports/boost-locale/CONTROL
@@ -1,7 +1,6 @@
# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-locale
-Version: 1.73.0
-Port-Version: 2
+Version: 1.74.0
Build-Depends: boost-assert, boost-build, boost-config, boost-function, boost-integer, boost-iterator, boost-modular-build-helper, boost-smart-ptr, boost-static-assert, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-vcpkg-helpers, libiconv (!uwp&!windows)
Homepage: https://github.com/boostorg/locale
Description: Boost locale module
diff --git a/ports/boost-locale/portfile.cmake b/ports/boost-locale/portfile.cmake
index 8171f3b0d..fa62041db 100644
--- a/ports/boost-locale/portfile.cmake
+++ b/ports/boost-locale/portfile.cmake
@@ -3,11 +3,12 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/locale
- REF boost-1.73.0
- SHA512 0af88d8db7b18395a2b3668bcb51a5f32cd0de9acb9633572c2fb7edcdf06f354802392606394cf75ec4fd4d9cfe5c96351db766e55f8ef30f746b0a7017ad1f
+ REF boost-1.74.0
+ SHA512 32bd61ee7e9565bf4b67615d02e38981c2e5fa4156a8c35697b9aec04990ed2e88663b63578f4a28bad3c52ef544cbeb5ec2667b31f2a1645313442cd5552f91
HEAD_REF master
PATCHES
- 0001-Fix-boost-ICU-support.patch allow-force-finding-iconv.patch
+ 0001-Fix-boost-ICU-support.patch
+ allow-force-finding-iconv.patch
)
include(${CURRENT_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)