mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 02:38:05 +08:00
[clockutils] Update to fix build issue. Resolves #677
This commit is contained in:
parent
536e18c7cf
commit
7ae6c21526
@ -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.
|
||||
|
@ -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})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user