Diff gst123-0.3.5 with a gst123-0.4.1

/usr/portage/media-sound/gst123/gst123-0.4.1.ebuild 2023-10-09 14:52:31.776368408 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DESCRIPTION="GStreamer based command line media player"
7 7
HOMEPAGE="https://space.twc.de/~stefan/gst123.php"
8
SRC_URI="https://space.twc.de/~stefan/gst123/${P}.tar.bz2"
8
SRC_URI="https://github.com/swesterfeld/gst123/releases/download/${PV}/${P}.tar.bz2"
9 9

  
10 10
LICENSE="GPL-2+"
11 11
SLOT="0"
Thank you!