[rtems-source-builder commit] protobufs: Fix the incorrectly update top level URL for the project.

Chris Johns chrisj at rtems.org
Tue Mar 3 04:39:49 UTC 2020


Module:    rtems-source-builder
Branch:    master
Commit:    834a0ea88a48dbe296d07e65436df27ec1f19942
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=834a0ea88a48dbe296d07e65436df27ec1f19942

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Mar  3 15:38:47 2020 +1100

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

- Looks like protobuf is now not under Google. I failed to notice that.

---

 source-builder/config/protobuf-2-1.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source-builder/config/protobuf-2-1.cfg b/source-builder/config/protobuf-2-1.cfg
index 03bf1d9..408c56f 100644
--- a/source-builder/config/protobuf-2-1.cfg
+++ b/source-builder/config/protobuf-2-1.cfg
@@ -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.



More information about the vc mailing list