commit:     bef7e686c8c442b8774acde93d7d1ae7cca4ed44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 13:55:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 13:55:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef7e686

dev-ruby/iobuffer: fix ObsoleteUri

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild 
b/dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild
index 4e51dbd9bbfc..944da74a4ada 100644
--- a/dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild
+++ b/dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ GITHUB_USER="tarcieri"
 
 DESCRIPTION="IO::Buffer is a byte queue which is intended for non-blocking I/O 
applications"
 HOMEPAGE="https://github.com/tarcieri/iobuffer";
-SRC_URI="https://github.com/${GITHUB_USER}/iobuffer/tarball/v${PV} -> 
${PN}-git-${PV}.tgz"
+SRC_URI="https://github.com/${GITHUB_USER}/iobuffer/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
 
 LICENSE="MIT"
 KEYWORDS="~amd64 ~x86"

Reply via email to