aboutsummaryrefslogtreecommitdiff
path: root/ports/re2
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-05-17 17:35:11 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-05-17 22:56:05 -0700
commit6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b (patch)
tree1cc879c89e50b90f2613610d2ce1fc039d0353ac /ports/re2
parent5e754c1d44155821702233649dc28c44cb9342bd (diff)
downloadvcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.tar.gz
vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.zip
2018.05.17 updates
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 a9e5abf1e..9da837955 100644
--- a/ports/re2/CONTROL
+++ b/ports/re2/CONTROL
@@ -1,3 +1,3 @@
Source: re2
-Version: 2018-05-01
+Version: 2018-05-17
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 1e92be864..f92a24bf2 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 71e6699778cebf99ed11e78e48b9370f79b9ea39
- SHA512 2d8499467eb4a5c0607f6814ea2d0bbdd5025b00a7ebd8bc7c8cd897ef39e21597b9ac01baf48d4f82613fb531c1e3562e63396e6b1fdfa3532b8b7af05f049c
+ REF 6cf8ccd82dbaab2668e9b13596c68183c9ecd13f
+ SHA512 3a088cd94516ff4410de63d6fcaff999161e75be8014713177cbd030c95a8802712219b032ad651ac4781011db5e385b6d6e8b4a665196637edc4033b41a2c3c
HEAD_REF master
)