mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[re2] update to 2024-07-02 (#40471)
This commit is contained in:
parent
26a68b9bca
commit
61df54badb
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO google/re2
|
||||
REF "${VERSION}"
|
||||
SHA512 c6a75cd77450b0859944497c197b69678a718d4b5234f0a5adc5524d0e113c1260b150b3fe99a7bfb87e96008eaedc7880dd851ddcf6ce9a4eee1409536c0482
|
||||
SHA512 3776383355ccfdec85e0cdfb3ce980c6ecb3c336d603dd34c0a547c7c06a6243947a13cb352372335edac12d4f28cf1b7a51d034f5b34db3e46cbcac5e3f7479
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "re2",
|
||||
"version-date": "2024-06-01",
|
||||
"version-date": "2024-07-02",
|
||||
"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.",
|
||||
"homepage": "https://github.com/google/re2",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -7709,7 +7709,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"re2": {
|
||||
"baseline": "2024-06-01",
|
||||
"baseline": "2024-07-02",
|
||||
"port-version": 0
|
||||
},
|
||||
"reactiveplusplus": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d35be5fcf5b689f48cd7f7b71c1dbd783283427a",
|
||||
"version-date": "2024-07-02",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f583b8b9d194d943c7409dce77b31e9d2fd17c4d",
|
||||
"version-date": "2024-06-01",
|
||||
|
Loading…
Reference in New Issue
Block a user