aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Craveiro <mcraveiro@users.noreply.github.com>2019-02-07 19:17:41 +0000
committerCodiferous <44823842+Codiferous@users.noreply.github.com>2019-02-07 11:17:41 -0800
commitbc119009abf1d6a4937737a7fd48260f15fbcdec (patch)
treee910990c84e65b8d2c5f339f33249d016d5efd68
parentce9004e1f1e71028c442e0124943a05c594e2708 (diff)
downloadvcpkg-bc119009abf1d6a4937737a7fd48260f15fbcdec.tar.gz
vcpkg-bc119009abf1d6a4937737a7fd48260f15fbcdec.zip
[boost-di] Update to version 1.1.0 (#5316)
-rw-r--r--ports/boost-di/CONTROL4
-rw-r--r--ports/boost-di/portfile.cmake10
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/boost-di/CONTROL b/ports/boost-di/CONTROL
index 29105119e..6243b1446 100644
--- a/ports/boost-di/CONTROL
+++ b/ports/boost-di/CONTROL
@@ -1,3 +1,3 @@
Source: boost-di
-Version: 1.0.2
-Description: C++14 Dependency Injection Library. \ No newline at end of file
+Version: 1.1.0
+Description: C++14 Dependency Injection Library.
diff --git a/ports/boost-di/portfile.cmake b/ports/boost-di/portfile.cmake
index 83ab057d1..f6fe59a3f 100644
--- a/ports/boost-di/portfile.cmake
+++ b/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.2)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/di-1.1.0)
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/boost-experimental/di/archive/v1.0.2.tar.gz"
- FILENAME "di-1.0.2.tar.gz"
- SHA512 1a5fc3738db2c3c18c198ce58e82a60f4f3d39fb66c9dc2b465df89da66a19ffca79eca148e68cd70c76524185ba2145e2857504a25eda4fa70ffd2f05f3be40
+ URLS "https://github.com/boost-experimental/di/archive/v1.1.0.tar.gz"
+ FILENAME "di-1.1.0.tar.gz"
+ SHA512 69f7b0567cffea9bf983aedd7eabd1a07ae20249cd56a13de98eaa0cc835cbe3b76e790da68489536dd07edeb99271a69111f4d0c6b0aa3721ce9f5ead848fe0
)
vcpkg_extract_source_archive(${ARCHIVE})
@@ -19,4 +19,4 @@ vcpkg_download_distfile(LICENSE
FILENAME "boost-di-copyright"
SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
)
-file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost-di/copyright) \ No newline at end of file
+file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost-di/copyright)