[re2] Update library to 2019-08-01 (#7808)

This commit is contained in:
Ehsan 2019-08-21 19:23:37 +04:30 committed by Curtis J Bezault
parent e5bf7eae99
commit 96e79d95af
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: re2
Version: 2019-05-07-2
Version: 2019-08-01
Homepage: https://github.com/google/re2
Description: RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/re2
REF cd23be77c716bf75ebb3ddc07fa3ef0c943da6d2
SHA512 c307fc9294497dc3b4ae95db117f310e0db8f91a90c32bb316fe7e32414b2ade48264471e7a7bb0860aa9b0afe7dd460dadc552b1173ac35235ad3624c6f2ed5
REF 2019-08-01
SHA512 e2b8f121f29b9afa5ae3c8f29811a010289279a9edb3761e27b44d903a85b80720a3a59388a4ad75fb687ee1343d25b5a59cdee42282eed30f5fc48b59c70c97
HEAD_REF master
)