diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-03 18:01:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-03 21:39:53 +0100 |
commit | 5d5a19c56d794114387258999a817fd2d901f8d2 (patch) | |
tree | 341ba60a80046940da1479dd577711a02c7b42d9 /net-misc/minidlna | |
parent | games-emulation/m64py: Remove SRC_URI redirect (diff) | |
download | gentoo-5d5a19c56d794114387258999a817fd2d901f8d2.tar.gz gentoo-5d5a19c56d794114387258999a817fd2d901f8d2.tar.bz2 gentoo-5d5a19c56d794114387258999a817fd2d901f8d2.zip |
net-misc/minidlna: Remove SRC_URI redirect
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/minidlna')
-rw-r--r-- | net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 5 |
1 files 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 0f41e2746724..53e65e1fb748 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" |