summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-15 14:55:14 +0100
committerSam James <sam@gentoo.org>2022-10-15 14:55:14 +0100
commitbef7e686c8c442b8774acde93d7d1ae7cca4ed44 (patch)
treebd25bc567cc02a80a0756db72f3efe4adf151c34
parentdev-libs/yajl: fix ObsoleteUri (diff)
downloadgentoo-bef7e686c8c442b8774acde93d7d1ae7cca4ed44.tar.gz
gentoo-bef7e686c8c442b8774acde93d7d1ae7cca4ed44.tar.bz2
gentoo-bef7e686c8c442b8774acde93d7d1ae7cca4ed44.zip
dev-ruby/iobuffer: fix ObsoleteUri
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ruby/iobuffer/iobuffer-1.1.2-r4.ebuild4
1 files 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"