aboutsummaryrefslogtreecommitdiff
path: root/ports/re2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-28 02:12:04 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 00:52:10 -0700
commitfeb0e9af9a730471f26fb2fc28d0fcaba3388d51 (patch)
treee9d0cafc3cea7991ff81dc7751bc9b7b09abb17e /ports/re2
parent2f50e20a3688088490f50b158e0ab14944217b90 (diff)
downloadvcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.tar.gz
vcpkg-feb0e9af9a730471f26fb2fc28d0fcaba3388d51.zip
Upgrades 2018.07.01
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 9da837955..b0a955b67 100644
--- a/ports/re2/CONTROL
+++ b/ports/re2/CONTROL
@@ -1,3 +1,3 @@
Source: re2
-Version: 2018-05-17
+Version: 2018-06-28
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 f92a24bf2..1913803d0 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 6cf8ccd82dbaab2668e9b13596c68183c9ecd13f
- SHA512 3a088cd94516ff4410de63d6fcaff999161e75be8014713177cbd030c95a8802712219b032ad651ac4781011db5e385b6d6e8b4a665196637edc4033b41a2c3c
+ REF b277f4c78767c9df3aeaea848ff0059e60e358cc
+ SHA512 8ca786245a884a030ea522d5e01537982275dac66488d2a94ef5829ab07ef3ee706af6652f0203f17bb93c6a6dfeaed2e05692841aa54ce4e51f82b7784cfbff
HEAD_REF master
)