aboutsummaryrefslogtreecommitdiff
path: root/ports/forest
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-04-09 19:18:56 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-04-09 22:56:38 -0700
commit05edef92233854e944baa3cbde4d5b004f717bdd (patch)
treea6f2079927d06c6f0bf7ad1d16e319059d519def /ports/forest
parent908e714980fe2f2ab32cba4dd44f6a61b5991733 (diff)
downloadvcpkg-05edef92233854e944baa3cbde4d5b004f717bdd.tar.gz
vcpkg-05edef92233854e944baa3cbde4d5b004f717bdd.zip
[abseil][aws-sdk-cpp][exiv2][forest][jsonnet][rs-core-lib][thrift][unicorn-lib] Upgrades
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 e161e22ae..c37318d66 100644
--- a/ports/forest/CONTROL
+++ b/ports/forest/CONTROL
@@ -1,3 +1,3 @@
Source: forest
-Version: 7.0.3
+Version: 7.0.6
Description: Forest is an open-source, template library of tree data structures written in C++11.
diff --git a/ports/forest/portfile.cmake b/ports/forest/portfile.cmake
index 39ef63350..48ab6c9dd 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.3
- SHA512 0e3adde14d9035427f3ca4d40cf6ee9598e8222f0e9884e570cdddf31ceb4fb516c802bf2abfb169e35da6adebfd7514238ca23121871fe9911419449a72cfe0
+ REF 7.0.6
+ SHA512 a1e5d27f2b8b9e6758a67a9124fc25517074c633644651b26f6683bab09189569e75ccf4ae7d9cfeddae234435b073fc00e0f5385c4e9370062c3e8b222c1c59
HEAD_REF master
)