aboutsummaryrefslogtreecommitdiff
path: root/ports/live555
diff options
context:
space:
mode:
Diffstat (limited to 'ports/live555')
-rw-r--r--ports/live555/CONTROL2
-rw-r--r--ports/live555/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/live555/CONTROL b/ports/live555/CONTROL
index 07b93da6b..557693dfa 100644
--- a/ports/live555/CONTROL
+++ b/ports/live555/CONTROL
@@ -1,3 +1,3 @@
Source: live555
-Version: 2018.02.28
+Version: 2018.07.01
Description: A complete RTSP server application
diff --git a/ports/live555/portfile.cmake b/ports/live555/portfile.cmake
index d3ac4f51d..a3cbee546 100644
--- a/ports/live555/portfile.cmake
+++ b/ports/live555/portfile.cmake
@@ -4,12 +4,12 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
endif()
include(vcpkg_common_functions)
-set(LIVE_VERSION 2018.02.28)
+set(LIVE_VERSION 2018.07.01)
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 0e445d0b494d82e5826ecea2ec4196472781d3524d2fea95efef83ec5dc0d211334e3ea34dc83b758ed847e2b4290727b299b4118133ca2468911c7cb2053a55
+ SHA512 b24ff9e4debdaf8848220d003627afc3860b9a34c7448f50d993900eb0241c63c9bc622be3e69b68e569607b4f6d174ab897d0e347f49d59842ac4f1b8f9c3ea
)
vcpkg_extract_source_archive(${ARCHIVE} ${CURRENT_BUILDTREES_DIR}/src/${LIVE_VERSION})