diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-07 11:02:14 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:05 +0200 |
commit | 41d1d495a597d269807a3b94822a77e219a812ac (patch) | |
tree | d4f668773001a89d2c1b2ae77952660c3463e432 /media-sound | |
parent | media-sound/mp3splt-gtk: use HTTPS, fix LICENSE (diff) | |
download | gentoo-41d1d495a597d269807a3b94822a77e219a812ac.tar.gz gentoo-41d1d495a597d269807a3b94822a77e219a812ac.tar.bz2 gentoo-41d1d495a597d269807a3b94822a77e219a812ac.zip |
media-sound/mp3unicode: update HOMEPAGE, fix SRC_URI
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mp3unicode/mp3unicode-1.2.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/mp3unicode/mp3unicode-1.2.1.ebuild b/media-sound/mp3unicode/mp3unicode-1.2.1.ebuild index f72c781ad0e8..96f8b3a03f3f 100644 --- a/media-sound/mp3unicode/mp3unicode-1.2.1.ebuild +++ b/media-sound/mp3unicode/mp3unicode-1.2.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Commandline utility to convert ID3 tags in mp3 files between different encodings" -HOMEPAGE="http://mp3unicode.sourceforge.net" -SRC_URI="https://github.com/alonbl/${PN}/downloads/${P}.tar.bz2" +HOMEPAGE="https://mp3unicode.sourceforge.net + https://github.com/alonbl/mp3unicode" +SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |