aboutsummaryrefslogtreecommitdiff
path: root/ports/forest
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-07-08 05:15:42 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-08 22:29:53 -0700
commit86fecfc61c3b9b0f5e93b47e4c5d807322e08847 (patch)
treed5fb74caf33115bb44688cefd76b4aecec32b37e /ports/forest
parentbd5bad18e40c2cc8af26558166a580f37993ac01 (diff)
downloadvcpkg-86fecfc61c3b9b0f5e93b47e4c5d807322e08847.tar.gz
vcpkg-86fecfc61c3b9b0f5e93b47e4c5d807322e08847.zip
Upgrades 2018.07.08
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 ad290e155..f4534c115 100644
--- a/ports/forest/CONTROL
+++ b/ports/forest/CONTROL
@@ -1,3 +1,3 @@
Source: forest
-Version: 9.0.0
+Version: 9.0.1
Description: Template library of tree data structures
diff --git a/ports/forest/portfile.cmake b/ports/forest/portfile.cmake
index a421b51fa..c6a625e82 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 9.0.0
- SHA512 df0634a37c6ab8752a363953c0590ecd48835548ab9bfbcfff41a358aebf1174bae0c023643cf2d9ba8221591033ee97d71a0398150585716040ccc8d05e832c
+ REF 9.0.1
+ SHA512 4c7cda31c49afffd2ade97481eb47455c58d9d4ba1015661e08abe0b9db34f7d69ea9bd932f792b8bd2f6c92d38dc30e2a64b8ff34b4c4204b8da2260c15ae66
HEAD_REF master
)