commit: 5d5a19c56d794114387258999a817fd2d901f8d2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 3 17:01:35 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 3 20:39:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5a19c5
net-misc/minidlna: Remove SRC_URI redirect Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild index 0f41e274672..53e65e1fb74 100644 --- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild +++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,8 @@ inherit autotools eutils linux-info systemd tmpfiles toolchain-funcs user DESCRIPTION="DLNA/UPnP-AV compliant media server" HOMEPAGE="https://sourceforge.net/projects/minidlna/" -SRC_URI="mirror://sourceforge/minidlna/${PV}/${P}.tar.gz +SRC_URI=" + https://downloads.sourceforge.net/project/minidlna/${PN}/${PV}/${P}.tar.gz https://dev.gentoo.org/~xmw/minidlna-gentoo-artwork.patch.xz" LICENSE="BSD GPL-2"
