commit:     b79404469d73e7e1ebd2ea6076d8b70289e7d365
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 18:23:09 2025 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 18:46:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7940446

net-p2p/transmission: fix source tarball

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-p2p/transmission/Manifest                     | 2 +-
 net-p2p/transmission/transmission-4.0.6-r5.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-p2p/transmission/Manifest b/net-p2p/transmission/Manifest
index 25fe0a891814..a0558a31ee77 100644
--- a/net-p2p/transmission/Manifest
+++ b/net-p2p/transmission/Manifest
@@ -1 +1 @@
-DIST transmission-4.0.6.tar.xz 11908296 BLAKE2B 
3eb1d851322299cb1b79c799f431c09db5aee1be0372fa2877e16508ca6f9e78ea42ed75520ab29a3325e62efcfca63a83559db73c39c981c9e2eddb403ef65a
 SHA512 
d11654bd5174a990d8021fde890389bc7c073f63f80e1335bb2c250aff60f06d0b6481fb041ae4fdccd1c43278c71ddc36f692d7dda3ed2a1aaa9bd1bbc2cb0c
+DIST transmission-4.0.6-gentoo.tar.xz 9657544 BLAKE2B 
9406b01aeea44ba49339cb016ae92840e25e246fd3c8542ae623c89912f4df467abb676193d85b5bb16fddba41c8bc9924e5d17bbe0a475cadfd7ee56173f2c3
 SHA512 
5eec412df7fe0dcd0c232914783a0289bc30865d4490a939259e6f36367a37c6bc37c4bcf59cfe2695699c5ea6dd1cf4a830e2311fb45178372a9e9d0c70095c

diff --git a/net-p2p/transmission/transmission-4.0.6-r5.ebuild 
b/net-p2p/transmission/transmission-4.0.6-r5.ebuild
index fe9b0577c7ce..de0acce8d2bb 100644
--- a/net-p2p/transmission/transmission-4.0.6-r5.ebuild
+++ b/net-p2p/transmission/transmission-4.0.6-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2006-2024 Gentoo Authors
+# Copyright 2006-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,8 @@ else
        MY_PV="${PV/_beta/-beta.}"
        MY_P="${PN}-${MY_PV}"
        S="${WORKDIR}/${MY_P}"
-       
SRC_URI="https://github.com/transmission/transmission/releases/download/${MY_PV}/${MY_P}.tar.xz";
+       
#SRC_URI="https://github.com/transmission/transmission/releases/download/${MY_PV}/${MY_P}.tar.xz";
+       SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}-gentoo.tar.xz";
        KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
 fi
 

Reply via email to