aboutsummaryrefslogtreecommitdiff
path: root/ports/forest
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-05-17 17:35:11 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-05-17 22:56:05 -0700
commit6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b (patch)
tree1cc879c89e50b90f2613610d2ce1fc039d0353ac /ports/forest
parent5e754c1d44155821702233649dc28c44cb9342bd (diff)
downloadvcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.tar.gz
vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.zip
2018.05.17 updates
Diffstat (limited to 'ports/forest')
-rw-r--r--ports/forest/CONTROL2
-rw-r--r--ports/forest/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/forest/CONTROL b/ports/forest/CONTROL
index 76dbbf47e..ba9d0f53b 100644
--- a/ports/forest/CONTROL
+++ b/ports/forest/CONTROL
@@ -1,3 +1,3 @@
Source: forest
-Version: 7.0.6
+Version: 7.0.7
Description: Template library of tree data structures
diff --git a/ports/forest/portfile.cmake b/ports/forest/portfile.cmake
index 48ab6c9dd..c9975bbb0 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 7.0.6
- SHA512 a1e5d27f2b8b9e6758a67a9124fc25517074c633644651b26f6683bab09189569e75ccf4ae7d9cfeddae234435b073fc00e0f5385c4e9370062c3e8b222c1c59
+ REF 7.0.7
+ SHA512 23488008d92736b4d1460cca95216918085071bf107356989158752faac14248a81a35e0acfd7e119895006304c0e3dda86174e551e87f588c62c1f264168d63
HEAD_REF master
)