Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icecast/
Date: Wed, 01 Jul 2020 19:59:44
Message-Id: 1593633500.9c8e1b4295a7335497dfb0428435b7aa2e3d3000.bman@gentoo
1 commit: 9c8e1b4295a7335497dfb0428435b7aa2e3d3000
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 30 18:32:55 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:58:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8e1b42
7
8 net-misc/icecast: use HTTPS
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16514
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 net-misc/icecast/icecast-2.4.4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-misc/icecast/icecast-2.4.4.ebuild b/net-misc/icecast/icecast-2.4.4.ebuild
19 index 9b56924bcfd..1a0bb862d6a 100644
20 --- a/net-misc/icecast/icecast-2.4.4.ebuild
21 +++ b/net-misc/icecast/icecast-2.4.4.ebuild
22 @@ -5,8 +5,8 @@ EAPI=7
23 inherit autotools systemd user
24
25 DESCRIPTION="Opensource alternative to shoutcast that supports mp3, ogg and aac streaming"
26 -HOMEPAGE="http://www.icecast.org/"
27 -SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz"
28 +HOMEPAGE="https://www.icecast.org/"
29 +SRC_URI="https://downloads.xiph.org/releases/icecast/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"