Skip to content

Commit

Permalink
Update Boost DI to 1.0.2 (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrunestone authored and ras0219-msft committed Aug 1, 2018
1 parent 775d497 commit 3dea60d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/boost-di/CONTROL
@@ -1,3 +1,3 @@
Source: boost-di
Version: 1.0.1
Version: 1.0.2
Description: C++14 Dependency Injection Library.
8 changes: 4 additions & 4 deletions ports/boost-di/portfile.cmake
@@ -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})

Expand Down

0 comments on commit 3dea60d

Please sign in to comment.