protobufs: Fix the incorrectly update top level URL for the project.

- Looks like protobuf is now not under Google. I failed to notice that.
This commit is contained in:
Chris Johns 2020-03-03 15:38:47 +11:00
parent b9a2f8be6f
commit 834a0ea88a

View File

@ -19,7 +19,7 @@ URL: https://developers.google.com/protocol-buffers/
#
# Protocol Buffers Source
#
%source set protobuf https://github.com/google/protocolbuffers/releases/download/v%{protobuf_version}/protobuf-%{protobuf_version}.tar.gz
%source set protobuf https://github.com/protocolbuffers/protobuf/releases/download/v%{protobuf_version}/protobuf-%{protobuf_version}.tar.gz
#
# Prepare the source code.