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 7398D15802E for ; Thu, 27 Jun 2024 08:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 471F7E2AC3; Thu, 27 Jun 2024 08:41:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2F814E2AC3 for ; Thu, 27 Jun 2024 08:41:32 +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 5019A342DEF for ; Thu, 27 Jun 2024 08:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7761D6E for ; Thu, 27 Jun 2024 08:41:29 +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: <1719319900.c69641ed44a5b7021e27427ced6694e5bd9e8de2.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/catppuccin-catwalk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild X-VCS-Directories: dev-util/catppuccin-catwalk/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c69641ed44a5b7021e27427ced6694e5bd9e8de2 X-VCS-Branch: master Date: Thu, 27 Jun 2024 08:41:29 +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: 55de56e8-4504-44fd-aa47-a0c3bca3573e X-Archives-Hash: 3eb288bcf34a509b048100df0dd6b8ef commit: c69641ed44a5b7021e27427ced6694e5bd9e8de2 Author: Omar hotmail com> AuthorDate: Tue Jun 25 12:51:40 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jun 25 12:51:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c69641ed dev-util/catppuccin-catwalk: some more really small fixes Signed-off-by: Omar hotmail.com> dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild b/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild index adc9a3aae..b06e82380 100644 --- a/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild +++ b/dev-util/catppuccin-catwalk/catppuccin-catwalk-1.3.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="Soothing pastel previews for the high-spirited!" HOMEPAGE="https://github.com/catppuccin/catwalk" -SRC_URI="https://github.com/catppuccin/catwalk/releases/download/v${PV}/catwalk-x86_64-unknown-linux-gnu -> "${P}"" +SRC_URI="https://github.com/catppuccin/catwalk/releases/download/v${PV}/catwalk-x86_64-unknown-linux-gnu -> ${P}" S="${WORKDIR}" LICENSE="MIT" SLOT="0"