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 14838158094 for ; Sat, 8 Oct 2022 22:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4905BE086A; Sat, 8 Oct 2022 22:29:32 +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 2CB35E086A for ; Sat, 8 Oct 2022 22:29: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 1AC3A3410EB for ; Sat, 8 Oct 2022 22:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F9E5E8 for ; Sat, 8 Oct 2022 22:29:29 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1665268100.f76ce1c8578591c66413f51f5e7b3943df740fae.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfuse/squashfuse-0.1.105.ebuild X-VCS-Directories: sys-fs/squashfuse/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: f76ce1c8578591c66413f51f5e7b3943df740fae X-VCS-Branch: master Date: Sat, 8 Oct 2022 22:29: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: c50bb5c2-0e86-4f7f-a5d6-ec55b9eb4edb X-Archives-Hash: 233f06443341768f4b5b4f5ef49c3f96 commit: f76ce1c8578591c66413f51f5e7b3943df740fae Author: Zac Medico gentoo org> AuthorDate: Sat Oct 8 22:27:43 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Oct 8 22:28:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76ce1c8 sys-fs/squashfuse: update SRC_URI Closes: https://bugs.gentoo.org/876049 Signed-off-by: Zac Medico gentoo.org> sys-fs/squashfuse/squashfuse-0.1.105.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/squashfuse/squashfuse-0.1.105.ebuild b/sys-fs/squashfuse/squashfuse-0.1.105.ebuild index 7d11389df3e2..39096e361436 100644 --- a/sys-fs/squashfuse/squashfuse-0.1.105.ebuild +++ b/sys-fs/squashfuse/squashfuse-0.1.105.ebuild @@ -6,7 +6,7 @@ inherit autotools flag-o-matic DESCRIPTION="FUSE filesystem to mount squashfs archives" HOMEPAGE="https://github.com/vasi/squashfuse" -SRC_URI="https://github.com/vasi/squashfuse/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/vasi/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0"