aboutsummaryrefslogtreecommitdiff
path: root/ports/forest
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-08 17:51:44 -0700
committerGitHub <noreply@github.com>2019-05-08 17:51:44 -0700
commit223d5d82ac06cefc009c7c125771f5569d086ac5 (patch)
treeee1acc94b5385c6ba3dd57c3a2d3577a74b38e35 /ports/forest
parent38aeee774a94b4cdb085e450ff579a404cc161c3 (diff)
downloadvcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.tar.gz
vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.zip
[many ports] Updates 2019.05.07 (#6338)
* [many ports] Updates 2019.05.07 * Undo assimp and gdcm2 changes since they caused regressions
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 adac34a80..32981a12f 100644
--- a/ports/forest/CONTROL
+++ b/ports/forest/CONTROL
@@ -1,3 +1,3 @@
Source: forest
-Version: 11.0.0
+Version: 11.0.1
Description: Template library of tree data structures
diff --git a/ports/forest/portfile.cmake b/ports/forest/portfile.cmake
index fb04e62f6..7dcccb979 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 11.0.0
- SHA512 0af86e19f24297d8397a7981e9a7f4a00c10a08ca18998b2534bdeb37d258d973b56053d8a9cf4b4831099928b1b15af1402ce00930b21727bc25c22715b2adf
+ REF 11.0.1
+ SHA512 cb9245445c52c9e2e544c556cd87ecfd1e598bf0ed71a20368b32bd47b611f9696a8e50e06ecb98814af8e6e254bde9e7f98ca0d28c62f86ce9ff45805c2a1e5
HEAD_REF master
)