gdb: Use https for downloads

Close #4754
This commit is contained in:
Sebastian Huber 2022-11-10 15:11:42 +01:00 committed by Chris Johns
parent 3dc04314b0
commit 2eda12e1da

View File

@ -173,7 +173,7 @@ URL: http://www.gnu.org/software/gdb/
#
# Source
#
%source set gdb http://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.%{gdb_src_ext}
%source set gdb https://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.%{gdb_src_ext}
#
# Disable Python on Cxc builds for now.