Update googleapis to 0.1.3.

This commit is contained in:
Carlos O'Ryan 2019-08-15 15:05:47 -04:00
parent 0a899c4f68
commit 82eb7ae03e
No known key found for this signature in database
GPG Key ID: BC4C1DC8B0DEF583
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: googleapis
Version: 0.1.1
Version: 0.1.3
Build-Depends: grpc, protobuf
Description: C++ Proto Libraries for Google APIs.
Homepage: https://github.com/googleapis/cpp-cmakefiles

View File

@ -9,8 +9,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO googleapis/cpp-cmakefiles
REF v0.1.1
SHA512 e23af2d0d36d4e13da761473b78b958326b9c7fd4aaf0c4b6742ae498b65aafe73976f7c858365b041aa667f280c10eca6df7e87644c260fc022ec4eee7a7bc6
REF v0.1.3
SHA512 5c6be5af731d97dcf754b1f643c35a1c806e6b976a3dd027dd80ee15f86c6d70f772dcecbf2da5597a4e8d8d9639813c2d2f66dd7112b8039c14c3a49ec6c4db
HEAD_REF master
)