Skip to content

Commit

Permalink
[re2] Update port (microsoft#6150)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperWig authored and ras0219-msft committed Apr 19, 2019
1 parent ae51d57 commit 1998139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/re2/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: re2
Version: 2019-03-29
Version: 2019-04-19
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.
5 changes: 3 additions & 2 deletions ports/re2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/re2
REF def664c3046d6c1f2e643e0d64baf43c432e25c6
SHA512 0a71650948c04ff4514248674fee2d0510a9fff934e14a52c81bba1177b9667af52dd506755a146604dc2691748f826487e46425ee75d5ca97d774ccb2dc828c
REF 653f9e2a6a17bcdf8dba2b3f8671aa8880efca29
SHA512 2411904082662c60e05c97d3a0de6e5d9f9654a8703e4e520eba1018a3542670db81f2b78ff9ee3267bb9c1b24e4c6a9b5b35b0f62836198ac152acb4b37c744
HEAD_REF master
)

Expand All @@ -14,6 +14,7 @@ vcpkg_configure_cmake(
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/re2 TARGET_PATH share/re2)

vcpkg_copy_pdbs()

Expand Down

0 comments on commit 1998139

Please sign in to comment.