Skip to content

Commit

Permalink
Updated kangaru version (microsoft#7567)
Browse files Browse the repository at this point in the history
* Updated kangaru version

* [kangaru] Fix SHA512 and update CONTROL version
  • Loading branch information
gracicot authored and frabert committed Aug 7, 2019
1 parent 64cf2ac commit 58582d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/kangaru/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: kangaru
Version: 4.1.3-2
Version: 4.2.0
Description: A dependency injection container for C++11, C++14 and later
6 changes: 3 additions & 3 deletions ports/kangaru/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gracicot/kangaru
REF v4.1.3
SHA512 7cfec493dff475c8fe88e336638897096359d3781ab8944aa6bb8f5b68a4dbc993f769142d0143ae5db751159cee1b125ea2728e8b73747950572c84ea354090
REF v4.2.0
SHA512 8495add3074370edaef397fa298d6e5305165c3d8e2d5abfa18b0853418cd47a75a38753d33bc58f1d038f1a8d0c8812b9763a822d580641e98c331495946b50
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS -DKANGARU_EXPORT=Off -DKANGARU_TEST=Off
OPTIONS -DKANGARU_EXPORT=Off -DKANGARU_TEST=Off -DKANGARU_REVERSE_DESTRUCTION=On
)

vcpkg_install_cmake()
Expand Down

0 comments on commit 58582d6

Please sign in to comment.