Use HTTPS

This commit is contained in:
Marian Koncek 2023-09-27 13:01:45 +02:00
parent b49a829d03
commit 9376a01670

View File

@ -7,10 +7,10 @@ Summary: An audio codec for use in low-delay speech and audio communication
License: BSD
URL: https://www.opus-codec.org/
Source0: http://downloads.xiph.org/releases/%{name}/%{name}-%{version}%{?candidate:-%{candidate}}.tar.gz
Source0: https://ftp.osuosl.org/pub/xiph/releases/%{name}/%{name}-%{version}%{?candidate:-%{candidate}}.tar.gz
# This is the final IETF Working Group RFC
Source1: http://tools.ietf.org/rfc/rfc6716.txt
Source2: http://tools.ietf.org/rfc/rfc8251.txt
Source1: https://tools.ietf.org/rfc/rfc6716.txt
Source2: https://tools.ietf.org/rfc/rfc8251.txt
BuildRequires: make
BuildRequires: gcc
@ -43,7 +43,6 @@ autoreconf -ivf
--enable-fixed-point
%endif
%make_build
%install