upgrade the version of live555 (#2915)

This commit is contained in:
Alisayyy-Yang 2018-03-01 08:30:47 -08:00 committed by Robert Schumacher
parent 1fb4d8dc29
commit 87c45c0b53
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Source: live555
Version: 2018.02.18
Version: 2018.02.28
Description: A complete RTSP server application

View File

@ -4,12 +4,12 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
endif()
include(vcpkg_common_functions)
set(LIVE_VERSION 2018.02.18)
set(LIVE_VERSION 2018.02.28)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/${LIVE_VERSION}/live)
vcpkg_download_distfile(ARCHIVE
URLS "http://www.live555.com/liveMedia/public/live.${LIVE_VERSION}.tar.gz"
FILENAME "live.${LIVE_VERSION}.tar.gz"
SHA512 9f72f63df4ce763bf1d106814bfc049562cd909ab96fe3e27e13372ce841e53b89ef302af1743fe83fe3a6aa2ba3c1882bd4184155d3674e0fb3c690b4cebf17
SHA512 0e445d0b494d82e5826ecea2ec4196472781d3524d2fea95efef83ec5dc0d211334e3ea34dc83b758ed847e2b4290727b299b4118133ca2468911c7cb2053a55
)
vcpkg_extract_source_archive(${ARCHIVE} ${CURRENT_BUILDTREES_DIR}/src/${LIVE_VERSION})