diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-10-25 10:38:15 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-26 18:49:29 -0700 |
| commit | c538d6d99668bb416153aade75ed5dd9f7b7c28d (patch) | |
| tree | 6b0f3ff43cf4d62ca87246437610a6888473223f /ports/re2 | |
| parent | f5c8349a85df6cf9eafe24849fa734102105cb3d (diff) | |
| download | vcpkg-c538d6d99668bb416153aade75ed5dd9f7b7c28d.tar.gz vcpkg-c538d6d99668bb416153aade75ed5dd9f7b7c28d.zip | |
Upgrades 2018.10.25
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 ebfeb05d0..5b1fbb005 100644 --- a/ports/re2/CONTROL +++ b/ports/re2/CONTROL @@ -1,3 +1,3 @@ Source: re2
-Version: 2018-10-11 +Version: 2018-10-25 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 5a038bc5d..983894037 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 6272edcb53d3c8705f57df3b46b1f92e646e30bc - SHA512 4a4f1eb44e3d2acce8697405bb27c31953b8d154245a1864376376bcf92e867166a203adb53c3d1f76c0de77ad090992992e54242b18477d9d60fe61ffb7406c
+ REF 89528a380a7e9722dbf7b5a817251049eab355fb + SHA512 7654a41ea42e816e7ecd80e554e6e5ab11e7d2f4d2c547a3083f990500668c74ae74870fe5a6390521b44edc2be8ce11d86a187600229e3d8b9d8b3114cfa4e8
HEAD_REF master
)
|
