mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Update Boost DI to 1.0.2 (#3988)
This commit is contained in:
parent
775d497d7a
commit
3dea60d2e9
@ -1,3 +1,3 @@
|
||||
Source: boost-di
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Description: C++14 Dependency Injection Library.
|
@ -1,11 +1,11 @@
|
||||
#header-only library
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/di-1.0.1)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/di-1.0.2)
|
||||
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/boost-experimental/di/archive/v1.0.1.tar.gz"
|
||||
FILENAME "di-1.0.1.tar.gz"
|
||||
SHA512 4e7270be51e7c8d0dcb6e0ba4bcf8e12904016086bdd59667954815f4acb03fc62447775885594a8403f5067a20b2520717fe979926d740dff0efa0c97ebf20c
|
||||
URLS "https://github.com/boost-experimental/di/archive/v1.0.2.tar.gz"
|
||||
FILENAME "di-1.0.2.tar.gz"
|
||||
SHA512 1a5fc3738db2c3c18c198ce58e82a60f4f3d39fb66c9dc2b465df89da66a19ffca79eca148e68cd70c76524185ba2145e2857504a25eda4fa70ffd2f05f3be40
|
||||
)
|
||||
vcpkg_extract_source_archive(${ARCHIVE})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user