summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2022-10-08 15:27:43 -0700
committerZac Medico <zmedico@gentoo.org>2022-10-08 15:28:20 -0700
commitf76ce1c8578591c66413f51f5e7b3943df740fae (patch)
tree87af0bc67ea03060ea6a6b50db860d1325f0f07b /sys-fs
parentnet-misc/eventd: fix MissingUseDepDefault on libxcb (diff)
downloadgentoo-f76ce1c8578591c66413f51f5e7b3943df740fae.tar.gz
gentoo-f76ce1c8578591c66413f51f5e7b3943df740fae.tar.bz2
gentoo-f76ce1c8578591c66413f51f5e7b3943df740fae.zip
sys-fs/squashfuse: update SRC_URI
Closes: https://bugs.gentoo.org/876049 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/squashfuse/squashfuse-0.1.105.ebuild2
1 files changed, 1 insertions, 1 deletions
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"