diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-04-30 09:20:18 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-04-30 09:20:18 -0700 |
| commit | 516d10bb68dc5da7a58c992373b9e971d74a49fe (patch) | |
| tree | 3473421e6cb6b26f3feab96aefa4af51cca6c99d /ports/forest | |
| parent | fcc13318da06dbec75f46311508db6f9aaeb479e (diff) | |
| download | vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.tar.gz vcpkg-516d10bb68dc5da7a58c992373b9e971d74a49fe.zip | |
[many ports] Updates 2019.04.19 (#6155)
* [many ports] Updates 2019.04.19
Diffstat (limited to 'ports/forest')
| -rw-r--r-- | ports/forest/CONTROL | 2 | ||||
| -rw-r--r-- | ports/forest/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/forest/CONTROL b/ports/forest/CONTROL index 8e34f77a1..adac34a80 100644 --- a/ports/forest/CONTROL +++ b/ports/forest/CONTROL @@ -1,3 +1,3 @@ Source: forest -Version: 10.1.1-1 +Version: 11.0.0 Description: Template library of tree data structures diff --git a/ports/forest/portfile.cmake b/ports/forest/portfile.cmake index cc0189711..fb04e62f6 100644 --- a/ports/forest/portfile.cmake +++ b/ports/forest/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO xorz57/forest - REF 10.1.7 - SHA512 104cf76817faf7f6cf82b8c5168b7e611a29de13cf948c55bea02ae97909756d726a8130380a6bc8c96b86466eb779a178f6ffceac16cbc24af468eb19e7dcc9 + REF 11.0.0 + SHA512 0af86e19f24297d8397a7981e9a7f4a00c10a08ca18998b2534bdeb37d258d973b56053d8a9cf4b4831099928b1b15af1402ce00930b21727bc25c22715b2adf HEAD_REF master ) |
