diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-05-12 14:13:36 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-05-12 14:13:45 -0700 |
commit | 802bc249208ce61cfd0a728d884eac6a3b9903d2 (patch) | |
tree | 5bac917dae5d5226b30c11176f078741eee18348 | |
parent | net-dns/coredns: add 1.11.3 (diff) | |
download | gentoo-802bc249208ce61cfd0a728d884eac6a3b9903d2.tar.gz gentoo-802bc249208ce61cfd0a728d884eac6a3b9903d2.tar.bz2 gentoo-802bc249208ce61cfd0a728d884eac6a3b9903d2.zip |
net-dns/coredns: Copy deps tarball to dev space
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | net-dns/coredns/coredns-1.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/coredns/coredns-1.11.3.ebuild b/net-dns/coredns/coredns-1.11.3.ebuild index 117795b9f150..7f69279c8135 100644 --- a/net-dns/coredns/coredns-1.11.3.ebuild +++ b/net-dns/coredns/coredns-1.11.3.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 |