aboutsummaryrefslogtreecommitdiff
path: root/ports/re2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-17 20:10:17 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-17 20:10:17 -0700
commitadb8edddbb8e019e04d43d096184d4d6613fece9 (patch)
tree8a71d68762771f98fe1e4f121168211b7341903f /ports/re2
parent33a8ee0a88b277dab4be336169f4b975f8c41cbb (diff)
downloadvcpkg-adb8edddbb8e019e04d43d096184d4d6613fece9.tar.gz
vcpkg-adb8edddbb8e019e04d43d096184d4d6613fece9.zip
[abseil][exiv2][jsonnet][ms-gsl][nuklear][re2][rs-core-lib][thrift][zeromq][zziplib] Upgrades
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 4155e0c64..0a1a4fb1d 100644
--- a/ports/re2/CONTROL
+++ b/ports/re2/CONTROL
@@ -1,3 +1,3 @@
Source: re2
-Version: 2018-03-07
+Version: 2018-03-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 5274a4213..cec69eb6a 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 c1ed8543f1b703ce200212bb5629ba69a2f9b63a
- SHA512 399a7545d3ac678b068118271aaa710cfae2c9c38e27b07d880f04714bbb13a19c69b94d4acbdb459f199920fee4d3d1a7e23e22a364c89b3c8b7100ce9b208e
+ REF f2cc1aeb5de463c45d020c446cbcb028385b49f3
+ SHA512 68df93cac6916cf5d944b57de505f7c592dcc66bbe003dbaffdf88cfd6648787a272740a861d8c8440ff2888434776141a7710b326907687285f8e9340be127c
HEAD_REF master
)