diff options
Diffstat (limited to 'media-video/lxdvdrip/lxdvdrip-1.77-r1.ebuild')
-rw-r--r-- | media-video/lxdvdrip/lxdvdrip-1.77-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/lxdvdrip/lxdvdrip-1.77-r1.ebuild b/media-video/lxdvdrip/lxdvdrip-1.77-r1.ebuild index 367fd0494709..3bf34005cc54 100644 --- a/media-video/lxdvdrip/lxdvdrip-1.77-r1.ebuild +++ b/media-video/lxdvdrip/lxdvdrip-1.77-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Command line tool to automate the process of ripping and burning DVDs" HOMEPAGE="https://sourceforge.net/projects/lxdvdrip/" -SRC_URI="mirror://sourceforge/lxdvdrip/${P}.tgz" +SRC_URI="https://downloads.sourceforge.net/lxdvdrip/${P}.tgz" S="${WORKDIR}/${PN}" LICENSE="GPL-2" |