[clockutils] Update to fix build issue. Resolves #677

This commit is contained in:
Alexander Karatarakis 2017-02-17 17:46:34 -08:00
parent 536e18c7cf
commit 7ae6c21526
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,3 @@
Source: clockutils
Version: 1.1.1
Version: 1.1.1-3651f232c27074c4ceead169e223edf5f00247c5
Description: A lightweight c++ library for commonly needed tasks. Optimized for simplicity and speed.

View File

@ -1,9 +1,10 @@
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/clockUtils-1.1.1)
set(VERSION 3651f232c27074c4ceead169e223edf5f00247c5)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/clockUtils-${VERSION})
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/ClockworkOrigins/clockUtils/archive/1.1.1.tar.gz"
FILENAME "clockUtils-1.1.1.tar.gz"
SHA512 6b0c57862baf04c0c5529549ba13983e53445172d9a272571aa20968ba6dba15f1cf480096ca100d450218fef090805366d0564c77a4aa4721a4fe694a0481c9
URLS "https://github.com/ClockworkOrigins/clockUtils/archive/${VERSION}.tar.gz"
FILENAME "clockUtils-${VERSION}.tar.gz"
SHA512 ddb70cae9ced25de77a2df1854dac15e58a77347042ba3ee9c691f85f49edbc6539c84929a7477d429fb9161ba24c57d24d767793b8b1180216d5ddfc5d3ed6a
)
vcpkg_extract_source_archive(${ARCHIVE})