mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 16:53:02 +08:00
[re2] Update to 2021-09-01 (#20349)
* Update re2 to 2021-09-01 * Update CI baseline * update vcpkg.json * update version Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
parent
261103472f
commit
481a0cde8c
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO google/re2
|
||||
REF 2020-10-01
|
||||
SHA512 cd620878ffa6d4e47f1583f27a179f6520fc1226554bd7c0e104d3d45b2bee70873c0d661e87eb4a9d912b58f86f115766c35d08e124f5f67ddcc3b50535f726
|
||||
REF 2021-09-01
|
||||
SHA512 D0E13CE3E345EDF7A3927756269EF8670240E364E75AF2386CD03870FEA14D8C957DB46CA6BF7000077ACB1EF4244D8F3F77B654FE0D297D11C5100F3A380C5F
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -20,3 +20,4 @@ vcpkg_copy_pdbs()
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/re2 RENAME copyright)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "re2",
|
||||
"version-string": "2020-10-01",
|
||||
"port-version": 1,
|
||||
"version-date": "2021-09-01",
|
||||
"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"
|
||||
}
|
||||
|
@ -5721,8 +5721,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"re2": {
|
||||
"baseline": "2020-10-01",
|
||||
"port-version": 1
|
||||
"baseline": "2021-09-01",
|
||||
"port-version": 0
|
||||
},
|
||||
"readerwriterqueue": {
|
||||
"baseline": "1.0.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c2062d8577ace1dbccbb4b2a317f0e68571f0e2e",
|
||||
"version-date": "2021-09-01",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6cd6db642e5e56f83c6098da5d954a511b5b8f17",
|
||||
"version-string": "2020-10-01",
|
||||
|
Loading…
Reference in New Issue
Block a user