[forest] Update to Version 12.0.3 (#7410)

* Update CONTROL

* Update to version 12.0.3
This commit is contained in:
George Fotopoulos 2019-07-26 01:45:59 +03:00 committed by dan-shaw
parent 8522c799ea
commit b042962cdd
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: forest
Version: 12.0.0
Version: 12.0.3
Homepage: https://github.com/xorz57/forest
Description: Template library of tree data structures
Description: Template Library of Tree Data Structures in C++17

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xorz57/forest
REF 12.0.0
SHA512 c6f7a7ca098755bc6ac2f02048962d9f1d619c2d76671e9bb558524f760c3e28604db21991c2d9ebc90ffdb12ea00708d9a4fee1f4416ee216f3ef1dea0a1b97
REF 12.0.3
SHA512 9a693569c1d169e0c87d88150ae223d71d9491c9ed8774fdfdeee3b6a10f25d74b0653766d04095711bc76c7a4ecbec6f98dfad6846323f5f3bd701574843f53
HEAD_REF master
)