From 3e6a41dbc98d3558de1deb880f27d1ebe27ee10f Mon Sep 17 00:00:00 2001 From: Phil Christensen Date: Tue, 23 Apr 2019 12:44:42 -0700 Subject: [live555] update download URL (#6176) --- ports/live555/portfile.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/live555/portfile.cmake b/ports/live555/portfile.cmake index d31a4a6c8..c10607d68 100644 --- a/ports/live555/portfile.cmake +++ b/ports/live555/portfile.cmake @@ -3,13 +3,13 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic") set(VCPKG_LIBRARY_LINKAGE "static") endif() -# The current Live555 version from http://www.live555.com/live.2019.03.06 +# The current Live555 version from http://www.live555.com/liveMedia/public/live.2019.03.06 set(LIVE_VERSION 2019.03.06) include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/${LIVE_VERSION}/live) vcpkg_download_distfile(ARCHIVE - URLS "http://www.live555.com/live.2019.03.06.tar.gz" + URLS "http://www.live555.com/liveMedia/public/live.${LIVE_VERSION}.tar.gz" FILENAME "live555-${LIVE_VERSION}.tar.gz" SHA512 cf3cbf57ec43d392fa82f06bd02f6d829208c9a9ec1c505d9eb6c5e2dd3393bbd8829b6216163deb8ea8356c180f30f610a639044a6941df5c9a92f29d4f1a75 ) -- cgit v1.2.3