mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 20:08:03 +08:00
[re2] Update library to 2019-09-01 (#8089)
This commit is contained in:
parent
f6e0c0df67
commit
40043f23dc
@ -1,4 +1,4 @@
|
|||||||
Source: re2
|
Source: re2
|
||||||
Version: 2019-08-01
|
Version: 2019-09-01
|
||||||
Homepage: https://github.com/google/re2
|
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.
|
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.
|
||||||
|
@ -3,8 +3,8 @@ include(vcpkg_common_functions)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO google/re2
|
REPO google/re2
|
||||||
REF 2019-08-01
|
REF 2019-09-01
|
||||||
SHA512 e2b8f121f29b9afa5ae3c8f29811a010289279a9edb3761e27b44d903a85b80720a3a59388a4ad75fb687ee1343d25b5a59cdee42282eed30f5fc48b59c70c97
|
SHA512 df446a7a00f3e8cd3f09c746ad41a6f58af3da88ab31cf8e2498d26e240bbe1f557f462fb6b10a818c3e00e02ec19dc60ce29eb6c4d61781aeb9b96b4c4e5af9
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user