From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1513158041 for ; Sun, 24 Mar 2024 19:16:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D6E5E29EA; Sun, 24 Mar 2024 19:16:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C2F4E29EA for ; Sun, 24 Mar 2024 19:16:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44569335D7B for ; Sun, 24 Mar 2024 19:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A462DB91 for ; Sun, 24 Mar 2024 19:16:47 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1711307781.2ae0050fd01a4a946b0cb21fb39bd3c251b16b47.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/carapace/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/carapace/carapace-1.0.0.ebuild X-VCS-Directories: app-shells/carapace/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 2ae0050fd01a4a946b0cb21fb39bd3c251b16b47 X-VCS-Branch: dev Date: Sun, 24 Mar 2024 19:16:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d316b5eb-6eec-4b33-afcb-2a699f76d701 X-Archives-Hash: 27e9338141616a099174f5ddd9cf04fe commit: 2ae0050fd01a4a946b0cb21fb39bd3c251b16b47 Author: Jonas Frei pm me> AuthorDate: Sun Mar 24 19:15:07 2024 +0000 Commit: Jonas Frei pm me> CommitDate: Sun Mar 24 19:16:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ae0050f app-shells/carapace: update HOMEPAGE, SRC_URI Signed-off-by: Jonas Frei pm.me> app-shells/carapace/carapace-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/carapace/carapace-1.0.0.ebuild b/app-shells/carapace/carapace-1.0.0.ebuild index e8000b304a..902c670811 100644 --- a/app-shells/carapace/carapace-1.0.0.ebuild +++ b/app-shells/carapace/carapace-1.0.0.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit go-module DESCRIPTION="Multi-shell multi-command argument completer" -HOMEPAGE="https://rsteube.github.io/carapace-bin/" -SRC_URI="https://github.com/rsteube/${PN}-bin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://carapace.sh/" +SRC_URI="https://github.com/${PN}-sh/${PN}-bin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"