mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[live555] Set version instead of latest and update CONTROL file
This commit is contained in:
parent
af8e296db5
commit
7efd70488c
@ -1,3 +1,3 @@
|
|||||||
Source: live555
|
Source: live555
|
||||||
Version: 2017.09.12
|
Version: 2017.10.28
|
||||||
Description: A complete RTSP server application
|
Description: A complete RTSP server application
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
include(vcpkg_common_functions)
|
include(vcpkg_common_functions)
|
||||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/live)
|
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/live)
|
||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "http://www.live555.com/liveMedia/public/live555-latest.tar.gz"
|
URLS "http://www.live555.com/liveMedia/public/live.2017.10.28.tar.gz"
|
||||||
FILENAME "live555-latest.tar.gz"
|
FILENAME "live.2017.10.28.tar.gz"
|
||||||
SHA512 eea5bdb8d89e76c8b6aeb6ec04b77af3048cb41f228d230ba4da6045e9bc691a456023d44d8650fe690b08143567ed5af5b633f5b6522debff79344a813dc7d0
|
SHA512 eea5bdb8d89e76c8b6aeb6ec04b77af3048cb41f228d230ba4da6045e9bc691a456023d44d8650fe690b08143567ed5af5b633f5b6522debff79344a813dc7d0
|
||||||
)
|
)
|
||||||
vcpkg_extract_source_archive(${ARCHIVE})
|
vcpkg_extract_source_archive(${ARCHIVE})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user