[live555] Set version instead of latest and update CONTROL file

This commit is contained in:
Alexander Karatarakis 2017-12-07 13:20:05 -08:00
parent af8e296db5
commit 7efd70488c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,8 +1,8 @@
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/live)
vcpkg_download_distfile(ARCHIVE
URLS "http://www.live555.com/liveMedia/public/live555-latest.tar.gz"
FILENAME "live555-latest.tar.gz"
URLS "http://www.live555.com/liveMedia/public/live.2017.10.28.tar.gz"
FILENAME "live.2017.10.28.tar.gz"
SHA512 eea5bdb8d89e76c8b6aeb6ec04b77af3048cb41f228d230ba4da6045e9bc691a456023d44d8650fe690b08143567ed5af5b633f5b6522debff79344a813dc7d0
)
vcpkg_extract_source_archive(${ARCHIVE})