diff --git a/network/misc/protobuf/actions.py b/network/misc/protobuf/actions.py index 816a9083c7..ba8c8b54a5 100644 --- a/network/misc/protobuf/actions.py +++ b/network/misc/protobuf/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get def setup(): shelltools.export("PTHREAD_LIBS", "-lpthread") - shelltools.copy("../googletest-release-1.7.0", "gtest") + shelltools.copy("../googletest-release-1.8.0", "gtest") autotools.autoreconf("-vif") autotools.configure("--disable-static") diff --git a/network/misc/protobuf/pspec.xml b/network/misc/protobuf/pspec.xml index 89e1a97542..a288f77b73 100644 --- a/network/misc/protobuf/pspec.xml +++ b/network/misc/protobuf/pspec.xml @@ -13,7 +13,7 @@ Google's data interchange format Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. https://github.com/google/protobuf/releases/download/v3.6.1/protobuf-all-3.6.1.tar.gz - https://github.com/google/googletest/archive/release-1.7.0.tar.gz + https://github.com/google/googletest/archive/release-1.8.0.tar.gz python-setuptools