From 9376a016709c2e069f2373940c5d521908308605 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Wed, 27 Sep 2023 13:01:45 +0200 Subject: [PATCH] Use HTTPS --- opus.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/opus.spec b/opus.spec index 2279aa6..70c64a2 100644 --- a/opus.spec +++ b/opus.spec @@ -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