gdb: Use https for downloads

This commit is contained in:
Sebastian Huber 2022-11-10 15:11:42 +01:00
parent f690701431
commit 949cf500b4

View File

@ -176,7 +176,7 @@ URL: http://www.gnu.org/software/gdb/
# #
# Source # 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. # Disable Python on Cxc builds for now.