diff options
author | Sam James <sam@gentoo.org> | 2022-04-13 23:31:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-13 23:31:46 +0100 |
commit | 9c7e917c380b0725daef17e61d0af4de34cd41a2 (patch) | |
tree | 020b353e3ba72d06204dbd8fa7c7277b8c5fa10f /net-p2p | |
parent | net-p2p/go-ipfs: add 0.12.2 (diff) | |
download | gentoo-9c7e917c380b0725daef17e61d0af4de34cd41a2.tar.gz gentoo-9c7e917c380b0725daef17e61d0af4de34cd41a2.tar.bz2 gentoo-9c7e917c380b0725daef17e61d0af4de34cd41a2.zip |
net-p2p/go-ipfs: fix distfile URL
Too busy today :(
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild b/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild index b71ab3d913ff..22c0d76d8e5b 100644 --- a/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild +++ b/net-p2p/go-ipfs/go-ipfs-0.12.2.ebuild @@ -8,7 +8,7 @@ inherit bash-completion-r1 go-module systemd DESCRIPTION="Main implementation of IPFS" HOMEPAGE="https://ipfs.io/" SRC_URI="https://github.com/ipfs/go-ipfs/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" ${P}-deps.tar.xz" +SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0" SLOT="0" |