From a812c00e3db65c97b43dea6de427d9f88ddb1f37 Mon Sep 17 00:00:00 2001 From: Brett A C Sheffield Date: Thu, 26 Feb 2026 11:17:00 +0100 Subject: [PATCH] app-admin/clog: update SRC_URI Signed-off-by: Brett A C Sheffield Part-of: https://codeberg.org/gentoo/gentoo/pulls/149 Merges: https://codeberg.org/gentoo/gentoo/pulls/149 Signed-off-by: Sam James --- app-admin/clog/clog-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/clog/clog-1.3.0-r1.ebuild b/app-admin/clog/clog-1.3.0-r1.ebuild index 63c7b830d49d..5c7a122a81f9 100644 --- a/app-admin/clog/clog-1.3.0-r1.ebuild +++ b/app-admin/clog/clog-1.3.0-r1.ebuild @@ -7,7 +7,7 @@ inherit cmake DESCRIPTION="clog is a colorized log tail utility" HOMEPAGE="https://gothenburgbitfactory.org/clog/" -SRC_URI="https://gothenburgbitfactory.org/download/${P}.tar.gz" +SRC_URI="https://github.com/GothenburgBitFactory/clog/releases/download/v${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0"