From 9a2825a0a40855e2fdca807abdb872edf0283d85 Mon Sep 17 00:00:00 2001 From: codicodi Date: Wed, 28 Dec 2016 12:20:11 +0100 Subject: [icu] update to 58.2 --- ports/icu/CONTROL | 2 +- ports/icu/portfile.cmake | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ports/icu/CONTROL b/ports/icu/CONTROL index a0d0552d7..bbc4a8082 100644 --- a/ports/icu/CONTROL +++ b/ports/icu/CONTROL @@ -1,3 +1,3 @@ Source: icu -Version: 58.1 +Version: 58.2 Description: Mature and widely used Unicode and localization library. diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake index a8bdd1d80..1d05824a7 100644 --- a/ports/icu/portfile.cmake +++ b/ports/icu/portfile.cmake @@ -10,9 +10,9 @@ endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/icu) vcpkg_download_distfile(ARCHIVE - URLS "http://download.icu-project.org/files/icu4c/58.1/icu4c-58_1-src.zip" - FILENAME "icu4c-58_1-src.zip" - SHA512 b13b1d8aa5e6a08a5cecaea85252354150064ef98ed7bb66b70d32eac5c80874c11f1fc9e3a667075b867fcc848c33ad90e6cada3a279f65b62cb9d46e25181d) + URLS "http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.zip" + FILENAME "icu4c-58_2-src.zip" + SHA512 b985b553186d11d9e5157fc981af5483c435a7b4f3df9574d253d6229ecaf8af0f722488542c3f64f9726ad25e17978eae970d78300a55479df74495f6745d16) vcpkg_extract_source_archive(${ARCHIVE}) if (TRIPLET_SYSTEM_ARCH MATCHES "x86") -- cgit v1.2.3