aboutsummaryrefslogtreecommitdiff
path: root/ports/re2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-05-01 15:55:59 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-05-14 17:56:34 -0700
commitfcb303331e44b08eb921d644aed531463c8f7077 (patch)
tree77065edd7880ba438a6096a2546a1f0c8adac84d /ports/re2
parent29d04b8b4005f5e2bfe61ccdc7a93d5c6c8a13d9 (diff)
downloadvcpkg-fcb303331e44b08eb921d644aed531463c8f7077.tar.gz
vcpkg-fcb303331e44b08eb921d644aed531463c8f7077.zip
[abseil][aws-sdk-cpp][folly][jsonnet][ms-gsl][mujs][openimageio][re2][rs-core-lib][thrift][unicorn-lib][zeromq] Upgrades
[robin-map] Initial commit
Diffstat (limited to 'ports/re2')
-rw-r--r--ports/re2/CONTROL2
-rw-r--r--ports/re2/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/re2/CONTROL b/ports/re2/CONTROL
index 0a1a4fb1d..a9e5abf1e 100644
--- a/ports/re2/CONTROL
+++ b/ports/re2/CONTROL
@@ -1,3 +1,3 @@
Source: re2
-Version: 2018-03-17
+Version: 2018-05-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. \ No newline at end of file
diff --git a/ports/re2/portfile.cmake b/ports/re2/portfile.cmake
index cec69eb6a..1e92be864 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 f2cc1aeb5de463c45d020c446cbcb028385b49f3
- SHA512 68df93cac6916cf5d944b57de505f7c592dcc66bbe003dbaffdf88cfd6648787a272740a861d8c8440ff2888434776141a7710b326907687285f8e9340be127c
+ REF 71e6699778cebf99ed11e78e48b9370f79b9ea39
+ SHA512 2d8499467eb4a5c0607f6814ea2d0bbdd5025b00a7ebd8bc7c8cd897ef39e21597b9ac01baf48d4f82613fb531c1e3562e63396e6b1fdfa3532b8b7af05f049c
HEAD_REF master
)