diff options
author | Mathis Winterer <mrmagic223325@fedora.email> | 2023-01-15 15:51:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-15 15:01:17 +0000 |
commit | ac574f5a21b1cebb9e16dbeeaf0df04a080f702e (patch) | |
tree | 56bef35e54010a56550d09ba3c0ca759f3b1e792 /sys-fs/duf | |
parent | Revert "dev-tcltk/blt: fix parallel make" (diff) | |
download | gentoo-ac574f5a21b1cebb9e16dbeeaf0df04a080f702e.tar.gz gentoo-ac574f5a21b1cebb9e16dbeeaf0df04a080f702e.tar.bz2 gentoo-ac574f5a21b1cebb9e16dbeeaf0df04a080f702e.zip |
sys-fs/duf: update SRC_URI
Signed-off-by: Mathis Winterer <mrmagic223325@fedora.email>
Closes: https://github.com/gentoo/gentoo/pull/29119
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/duf')
-rw-r--r-- | sys-fs/duf/duf-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/duf/duf-0.8.1.ebuild b/sys-fs/duf/duf-0.8.1.ebuild index d948b7dff84d..9f64f0d84c61 100644 --- a/sys-fs/duf/duf-0.8.1.ebuild +++ b/sys-fs/duf/duf-0.8.1.ebuild @@ -8,7 +8,7 @@ inherit go-module DESCRIPTION="Disk Usage/Free Utility - a better 'df' alternative" HOMEPAGE="https://github.com/muesli/duf" SRC_URI="https://github.com/muesli/duf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/mrmagic223325/duf/releases/download/${PV}/${P}-deps.tar.xz" +SRC_URI+=" https://github.com/mrmagic223325/deps/releases/download/${P}/${P}-deps.tar.xz" LICENSE="MIT BSD Apache-2.0" SLOT="0" |