aboutsummaryrefslogtreecommitdiff
path: root/ports/re2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-12-14 17:00:47 -0800
committerRobert Schumacher <roschuma@microsoft.com>2019-01-09 12:27:19 -0800
commitbb1bb1c94a72b891883efa6522791620ef3bbc0f (patch)
tree841552caea8bf21ff6a7dc66c62e8e00063bb437 /ports/re2
parent11286693b0745dc97246170e06d9e1547a8ce0fd (diff)
downloadvcpkg-bb1bb1c94a72b891883efa6522791620ef3bbc0f.tar.gz
vcpkg-bb1bb1c94a72b891883efa6522791620ef3bbc0f.zip
Updates 2018.12.14
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 6e82bc86e..4a92b4835 100644
--- a/ports/re2/CONTROL
+++ b/ports/re2/CONTROL
@@ -1,3 +1,3 @@
Source: re2
-Version: 2018-11-01-1
+Version: 2018-12-14
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 b5689944b..b1ecb3f0e 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 d9cebde0175aa1ffd38aab9a395a038464d55ce7
- SHA512 820ebc96f6cc583e50bdd637b8bf6b4e8ef6be5a74a49174bf845d037f0dd21ee3b1fbc220bc3cbbd6987205195b6c0990040f43da723f90038a20690a7553ff
+ REF e7c832772ec55f495927bfa4526d2fc17f0381be
+ SHA512 d79b5f5a5b97cc1f305abcf3799b00e335ba74c7c73b347b231e4796f45821398f952336dc94011fd8347de8c0e5af78b6cfa61387df002c1ba5e34954ec64c9
HEAD_REF master
)