aboutsummaryrefslogtreecommitdiff
path: root/ports/forest
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-04-06 14:46:51 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-04-06 20:41:59 -0700
commit740622dd73b96c49c66564f5c060bd179bc13b5d (patch)
treeaef9b19afd262cdd1e7f346dda99b476270a8a31 /ports/forest
parent340320487342740ff2313f44efd35eeba9423ac2 (diff)
downloadvcpkg-740622dd73b96c49c66564f5c060bd179bc13b5d.tar.gz
vcpkg-740622dd73b96c49c66564f5c060bd179bc13b5d.zip
[aws-sdk-cpp][catch2][exiv2][forest][nuklear][rs-core-lib][thrift] 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 e22089dab..e161e22ae 100644
--- a/ports/forest/CONTROL
+++ b/ports/forest/CONTROL
@@ -1,3 +1,3 @@
Source: forest
-Version: 7.0.1
+Version: 7.0.3
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 78e85a5fe..39ef63350 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.1
- SHA512 75f5f643ec20bab3298e5983f2ab1672dc304102059cf454341fe37495f1e18ac6a6fcce927b49f441a586ec788d4be44e1ceab8e1947565c2ab3ff519daded8
+ REF 7.0.3
+ SHA512 0e3adde14d9035427f3ca4d40cf6ee9598e8222f0e9884e570cdddf31ceb4fb516c802bf2abfb169e35da6adebfd7514238ca23121871fe9911419449a72cfe0
HEAD_REF master
)