summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2024-02-27 19:02:44 -0800
committerZac Medico <zmedico@gentoo.org>2024-02-27 19:03:14 -0800
commit6c7e05dc2656b74434a462efa96597c0f99d7f51 (patch)
tree27cb16736bd854f151fea1643dd781303df55e20 /net-dns/coredns
parentnet-dns/coredns: add 1.11.2 (diff)
downloadgentoo-6c7e05dc2656b74434a462efa96597c0f99d7f51.tar.gz
gentoo-6c7e05dc2656b74434a462efa96597c0f99d7f51.tar.bz2
gentoo-6c7e05dc2656b74434a462efa96597c0f99d7f51.zip
net-dns/coredns: Copy coredns-1.11.2-deps.tar.xz to dev space
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-dns/coredns')
-rw-r--r--net-dns/coredns/coredns-1.11.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/coredns/coredns-1.11.2.ebuild b/net-dns/coredns/coredns-1.11.2.ebuild
index 52c5778f1173..759fa46ccff5 100644
--- a/net-dns/coredns/coredns-1.11.2.ebuild
+++ b/net-dns/coredns/coredns-1.11.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://github.com/coredns/coredns.git"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz"
+ SRC_URI+=" https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
KEYWORDS="~amd64"
fi