[re2] update to 2020-01-01 (#10197)

* [re2] update to 2020-01-01.

* [re2] Remove deprecated vcpkg_common_functions inclusion.
This commit is contained in:
Koby Kahane 2020-02-26 23:59:32 +02:00 committed by GitHub
parent f4359f404a
commit 4f46ab90fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Source: re2
Version: 2019-09-01
Version: 2020-01-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

@ -1,10 +1,8 @@
include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/re2
REF 2019-09-01
SHA512 df446a7a00f3e8cd3f09c746ad41a6f58af3da88ab31cf8e2498d26e240bbe1f557f462fb6b10a818c3e00e02ec19dc60ce29eb6c4d61781aeb9b96b4c4e5af9
REF 2020-01-01
SHA512 ca9c5e3b63b55074ad1d74b73bcf115ae285b3b8989bb56de0bccdfd7b423df742cfd1d1b6eb963da6dc550b81f492eaef9a9c582e354906b8dd1b92fb451ed0
HEAD_REF master
)