From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EFB4158B20 for ; Mon, 03 Feb 2025 11:38:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 79295343099 for ; Mon, 03 Feb 2025 11:38:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BD712110481; Mon, 03 Feb 2025 11:38:25 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B091C11047E for ; Mon, 03 Feb 2025 11:38:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BCFE343081 for ; Mon, 03 Feb 2025 11:38:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5FF62641 for ; Mon, 03 Feb 2025 11:38:21 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1738559486.2d1165c1a83dbc62ca580bcc07c22af0fcf75b83.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/talosctl-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/talosctl-bin/talosctl-bin-1.9.2.ebuild X-VCS-Directories: app-admin/talosctl-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 2d1165c1a83dbc62ca580bcc07c22af0fcf75b83 X-VCS-Branch: master Date: Mon, 03 Feb 2025 11:38:21 +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: 69a2a7ca-f869-4c67-b7cc-8a58bc850cb3 X-Archives-Hash: 1b071ffad896f5063a38af296fd80626 commit: 2d1165c1a83dbc62ca580bcc07c22af0fcf75b83 Author: Skyler Mäntysaari skym fi> AuthorDate: Mon Feb 3 05:11:17 2025 +0000 Commit: David Roman gmail com> CommitDate: Mon Feb 3 05:11:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d1165c1 app-admin/talosctl-bin: update HOMEPAGE for 1.9 Signed-off-by: Skyler Mäntysaari skym.fi> app-admin/talosctl-bin/talosctl-bin-1.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/talosctl-bin/talosctl-bin-1.9.2.ebuild b/app-admin/talosctl-bin/talosctl-bin-1.9.2.ebuild index 2603a348f..ece54a17a 100644 --- a/app-admin/talosctl-bin/talosctl-bin-1.9.2.ebuild +++ b/app-admin/talosctl-bin/talosctl-bin-1.9.2.ebuild @@ -4,7 +4,7 @@ EAPI="8" DESCRIPTION="Pre-compiled talosctl is an tool for interacting with the Talos API" -HOMEPAGE="https://www.talos.dev/v1.7/" +HOMEPAGE="https://www.talos.dev/v1.9/" SRC_URI=" amd64? ( https://github.com/siderolabs/talos/releases/download/v${PV}/talosctl-linux-amd64 -> talosctl-amd64-v${PV} )