mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
parent
b9a2f8be6f
commit
834a0ea88a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user