commit: b6d912f5949ef81d0f86521fc86fdd8b61aac9fd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 1 11:55:31 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 1 12:35:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d912f5
media-sound/audiotag: update SRC_URI to drop github.com/downloads github.com/downloads was removed 10 years ago. Tarball contents are the same. Bug: https://bugs.gentoo.org/481382 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/audiotag/Manifest | 2 +- media-sound/audiotag/audiotag-0.19-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/audiotag/Manifest b/media-sound/audiotag/Manifest index e4f71ed26690..ef27a1756562 100644 --- a/media-sound/audiotag/Manifest +++ b/media-sound/audiotag/Manifest @@ -1 +1 @@ -DIST audiotag-0.19.tar.bz2 15016 BLAKE2B d650887a72242d1258fa2d60a876a6c5984369074d16e4f9028468f6520b38afad4a5cf92ba5c2a92f7f2a26b1aaf515998fa1a3fbd6d8d49d15074c68940c14 SHA512 a2e117deb78c3141ca1e17a12ee17033eb762fee822187d8aa708715ee4077b120ea2f7acf09d683d9dd292c0826e1152d09286830976b65d08738ced9a0529e +DIST audiotag-0.19.tar.gz 15794 BLAKE2B 811630a7eb0888ccc1ce4a7e1dbdc6cc65d98a0c1ab8c4ddc5621cdd6221994098cc8cc48ee94d4ceb8a2e021c50e76ad83e9ba86bdbd07667f8c59c7f111dd2 SHA512 3d3719ed38b931791479846f552ba78e51b0e5f7b97b3f1bf3cce6a78f5fabc3a75d90f7f932a12480cc44f7b2065ea559b998b9daf0b5816847c0b3627bc80a diff --git a/media-sound/audiotag/audiotag-0.19-r1.ebuild b/media-sound/audiotag/audiotag-0.19-r1.ebuild index 7e58345a74d0..2c09890dab55 100644 --- a/media-sound/audiotag/audiotag-0.19-r1.ebuild +++ b/media-sound/audiotag/audiotag-0.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit optfeature DESCRIPTION="Command-line tool for mass tagging/renaming of audio files" HOMEPAGE="https://github.com/Daenyth/audiotag" -SRC_URI="https://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2" +SRC_URI="https://github.com/Daenyth/audiotag/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"
