From 9122643930108772ef7f3ca12536330bd0316074 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 5 Oct 2018 16:01:47 -0700 Subject: [PATCH] [apr] Update to 1.6.5 --- ports/apr/CONTROL | 2 +- ports/apr/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/apr/CONTROL b/ports/apr/CONTROL index 1f771a0ed0..b4ea1f2137 100644 --- a/ports/apr/CONTROL +++ b/ports/apr/CONTROL @@ -1,3 +1,3 @@ Source: apr -Version: 1.6.3 +Version: 1.6.5 Description: The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems. diff --git a/ports/apr/portfile.cmake b/ports/apr/portfile.cmake index 22bd260c88..40ced30496 100644 --- a/ports/apr/portfile.cmake +++ b/ports/apr/portfile.cmake @@ -4,13 +4,13 @@ endif() include(vcpkg_common_functions) -set(VERSION 1.6.3) +set(VERSION 1.6.5) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/apr-${VERSION}) vcpkg_download_distfile(ARCHIVE URLS "https://www.apache.org/dist/apr/apr-${VERSION}.tar.bz2" FILENAME "apr-${VERSION}.tar.bz2" - SHA512 f6b8679ae7fafff793c825c78775c84a646267c441710a50664589850e13148719b4eab48ab6e7c95b7aed085cff831115687434a7b160dcc2faa0eae63ac996 + SHA512 d3511e320457b5531f565813e626e7941f6b82864852db6aa03dd298a65dbccdcdc4bd580f5314f8be45d268388edab25efe88cf8340b7d2897a4dbe9d0a41fc ) vcpkg_extract_source_archive(${ARCHIVE})