diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-09-18 02:28:21 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-09-19 14:13:12 -0700 |
| commit | 64a7483a4a4c9d176896ec7aec08a6acef4ea8f3 (patch) | |
| tree | 6e16e3922f50a795cb1b0125f84c62e6f55610fe /ports/re2 | |
| parent | 7e5bb652fba1d6ca805a73fd992ab5e7e1945b61 (diff) | |
| download | vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.tar.gz vcpkg-64a7483a4a4c9d176896ec7aec08a6acef4ea8f3.zip | |
Upgrades 2018.09.18
Diffstat (limited to 'ports/re2')
| -rw-r--r-- | ports/re2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/re2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/re2/CONTROL b/ports/re2/CONTROL index 8e271f5ca..e35601ab5 100644 --- a/ports/re2/CONTROL +++ b/ports/re2/CONTROL @@ -1,3 +1,3 @@ Source: re2
-Version: 2018-07-30 +Version: 2018-09-18 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 06ba4f581..48aa9e48d 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 3b4a3d57f3a0231cfb70ad649099c3aed0499555 - SHA512 3ff7ece9fafd595d5016d0ad1942dfc1747610cd93e505512179307f7abba2e16d1c830712f9b4a04278ad8bcdc182dc883bcdabad340f2d08264d34d8f08f92
+ REF 4c916c947ab7f2ba2d280bb8c87540c365d30695 + SHA512 7f34073415b2afd36469a0ffedb5d6d38b0230a82d633f2b45538e66d00ff0e411ffff1e34f74747c68518b1fdf07f7a601c23d39b001a75bcf9dadfc1350f04
HEAD_REF master
)
|
