aboutsummaryrefslogtreecommitdiff
path: root/ports/re2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-11-01 19:27:44 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-11-08 00:17:59 -0800
commit9fe14bc18ec4b8f12238cd8790c44e42325f8e52 (patch)
tree353008a6990f11aa5b850d7dc6a753710c2f3d4e /ports/re2
parent848233b137fc93edd04c45a039d03de8b5abc1b4 (diff)
downloadvcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.tar.gz
vcpkg-9fe14bc18ec4b8f12238cd8790c44e42325f8e52.zip
Updates 2018.11.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 5b1fbb005..c2482bcfb 100644
--- a/ports/re2/CONTROL
+++ b/ports/re2/CONTROL
@@ -1,3 +1,3 @@
Source: re2
-Version: 2018-10-25
+Version: 2018-11-01
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 983894037..eb14b12b3 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 89528a380a7e9722dbf7b5a817251049eab355fb
- SHA512 7654a41ea42e816e7ecd80e554e6e5ab11e7d2f4d2c547a3083f990500668c74ae74870fe5a6390521b44edc2be8ce11d86a187600229e3d8b9d8b3114cfa4e8
+ REF d9cebde0175aa1ffd38aab9a395a038464d55ce7
+ SHA512 820ebc96f6cc583e50bdd637b8bf6b4e8ef6be5a74a49174bf845d037f0dd21ee3b1fbc220bc3cbbd6987205195b6c0990040f43da723f90038a20690a7553ff
HEAD_REF master
)