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 D231B1581D3 for ; Sun, 26 May 2024 00:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDA54E2A03; Sun, 26 May 2024 00:35:56 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3593E2A03 for ; Sun, 26 May 2024 00:35:56 +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 7992C33BE12 for ; Sun, 26 May 2024 00:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA9A1ED0 for ; Sun, 26 May 2024 00:35:53 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1716683617.0be7ed7a0d9ec711d67db7da6cd0a27af39e6a01.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/ventoy-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild X-VCS-Directories: sys-boot/ventoy-bin/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 0be7ed7a0d9ec711d67db7da6cd0a27af39e6a01 X-VCS-Branch: dev Date: Sun, 26 May 2024 00:35:53 +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: 2b8cec95-6afb-4cc4-a7a3-a5111ab561a5 X-Archives-Hash: 1ed94ff3306e33054f75ca9ecad628dd commit: 0be7ed7a0d9ec711d67db7da6cd0a27af39e6a01 Author: Joe Kappus wt gd> AuthorDate: Sun May 26 00:33:37 2024 +0000 Commit: Joe Kappus wt gd> CommitDate: Sun May 26 00:33:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0be7ed7a sys-boot/ventoy-bin: update HOMEPAGE Signed-off-by: Joe Kappus wt.gd> sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild index d5195d320..a4b98ca99 100644 --- a/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild +++ b/sys-boot/ventoy-bin/ventoy-bin-1.0.97.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit desktop xdg DESCRIPTION="Creator of bootable USBs, with ability to copy ISOs, persistence storage" -HOMEPAGE="http://www.ventoy.net" +HOMEPAGE="https://www.ventoy.net" SRC_URI="https://github.com/ventoy/Ventoy/releases/download/v${PV}/ventoy-${PV}-linux.tar.gz" S="${WORKDIR}"/ventoy-${PV}