[live555] update download URL (#6176)

This commit is contained in:
Phil Christensen 2019-04-23 12:44:42 -07:00 committed by Griffin Downs
parent e9f1c3831f
commit 3e6a41dbc9

View File

@ -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
)