diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-05-08 17:51:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-08 17:51:44 -0700 |
| commit | 223d5d82ac06cefc009c7c125771f5569d086ac5 (patch) | |
| tree | ee1acc94b5385c6ba3dd57c3a2d3577a74b38e35 /ports/re2 | |
| parent | 38aeee774a94b4cdb085e450ff579a404cc161c3 (diff) | |
| download | vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.tar.gz vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.zip | |
[many ports] Updates 2019.05.07 (#6338)
* [many ports] Updates 2019.05.07
* Undo assimp and gdcm2 changes since they caused regressions
Diffstat (limited to 'ports/re2')
| -rw-r--r-- | ports/re2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/re2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/re2/CONTROL b/ports/re2/CONTROL index 4661cd9bf..bcfa9c724 100644 --- a/ports/re2/CONTROL +++ b/ports/re2/CONTROL @@ -1,3 +1,3 @@ Source: re2 -Version: 2019-04-19 +Version: 2019-05-07 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.
\ No newline at end of file diff --git a/ports/re2/portfile.cmake b/ports/re2/portfile.cmake index 901ed32c1..3cb43876a 100644 --- a/ports/re2/portfile.cmake +++ b/ports/re2/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO google/re2
- REF 653f9e2a6a17bcdf8dba2b3f8671aa8880efca29
- SHA512 2411904082662c60e05c97d3a0de6e5d9f9654a8703e4e520eba1018a3542670db81f2b78ff9ee3267bb9c1b24e4c6a9b5b35b0f62836198ac152acb4b37c744
+ REF cd23be77c716bf75ebb3ddc07fa3ef0c943da6d2 + SHA512 c307fc9294497dc3b4ae95db117f310e0db8f91a90c32bb316fe7e32414b2ade48264471e7a7bb0860aa9b0afe7dd460dadc552b1173ac35235ad3624c6f2ed5
HEAD_REF master
)
|
