aboutsummaryrefslogtreecommitdiff
path: root/ports/re2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-07 14:09:16 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-03-08 11:12:04 -0800
commit9574b71cabde50bc24acb968f4dc397e8b44145b (patch)
tree07f46d6742ede1ba03c7120328a8c54f6af6e5b6 /ports/re2
parent82ce7b2c2fd53aad8d951e3562f93180842e5e38 (diff)
downloadvcpkg-9574b71cabde50bc24acb968f4dc397e8b44145b.tar.gz
vcpkg-9574b71cabde50bc24acb968f4dc397e8b44145b.zip
[abseil][clara][fdk-aac][jsonnet][ms-gsl][nuklear][re2][rs-core-lib][thrift][tiny-dnn][yaml-cpp] 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 2b911b19c..4155e0c64 100644
--- a/ports/re2/CONTROL
+++ b/ports/re2/CONTROL
@@ -1,3 +1,3 @@
Source: re2
-Version: 2018-02-25
+Version: 2018-03-07
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 39a3d59a2..5274a4213 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 bb093f12a450e4ce2be6bacadff01495cb17eab4
- SHA512 42912068da6acfec33a417d68ad08d44b73f04f542660c6a44b25c5bc5cbece3c9f14a02271072ee47a695d4a5d813acda460c40899f37cf0ecaa220295d5bf3
+ REF c1ed8543f1b703ce200212bb5629ba69a2f9b63a
+ SHA512 399a7545d3ac678b068118271aaa710cfae2c9c38e27b07d880f04714bbb13a19c69b94d4acbdb459f199920fee4d3d1a7e23e22a364c89b3c8b7100ce9b208e
HEAD_REF master
)