diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-25 11:37:23 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-26 15:10:56 -0800 |
| commit | c7616b902bf7918d7d9702dda95c80bc6c1ca545 (patch) | |
| tree | 0b8608bd138204be6f058594136b03cd540b3a56 /ports/re2 | |
| parent | 3921fc3012f91efedc36961ce7f15700af47aa7d (diff) | |
| download | vcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.tar.gz vcpkg-c7616b902bf7918d7d9702dda95c80bc6c1ca545.zip | |
[many ports] Upgrades
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 89cb6a1a0..2b911b19c 100644 --- a/ports/re2/CONTROL +++ b/ports/re2/CONTROL @@ -1,3 +1,3 @@ Source: re2
-Version: 2017-12-01-1
+Version: 2018-02-25 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 bc9544db1..39a3d59a2 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 2017-12-01
- SHA512 1943be4543ac6cedaef27202e126bddc57472926c2f28470c5e980902252d58e18bb4578c538883d9368a041e4928983fa27cd960c3671fe3b6366dbd5048b29
+ REF bb093f12a450e4ce2be6bacadff01495cb17eab4
+ SHA512 42912068da6acfec33a417d68ad08d44b73f04f542660c6a44b25c5bc5cbece3c9f14a02271072ee47a695d4a5d813acda460c40899f37cf0ecaa220295d5bf3
HEAD_REF master
)
|
