diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 05:52:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 20:52:24 -0700 |
| commit | 481a0cde8c991cb4311917679dae553c6126d909 (patch) | |
| tree | f9e496f174d3d17d1ea74e9fa5370b22327b5b1f /ports | |
| parent | 261103472f2dfd9ba5c6774d53a102ee27e8a677 (diff) | |
| download | vcpkg-481a0cde8c991cb4311917679dae553c6126d909.tar.gz vcpkg-481a0cde8c991cb4311917679dae553c6126d909.zip | |
[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>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/re2/portfile.cmake | 5 | ||||
| -rw-r--r-- | ports/re2/vcpkg.json | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/re2/portfile.cmake b/ports/re2/portfile.cmake index 7d646cd28..b6fef0f6c 100644 --- a/ports/re2/portfile.cmake +++ b/ports/re2/portfile.cmake @@ -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)
+
diff --git a/ports/re2/vcpkg.json b/ports/re2/vcpkg.json index 9e8765d19..a55d0392c 100644 --- a/ports/re2/vcpkg.json +++ b/ports/re2/vcpkg.json @@ -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" } |
