summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2024-03-24 20:35:36 -0700
committerZac Medico <zmedico@gentoo.org>2024-03-24 20:40:42 -0700
commitee1b98b319fe39920e33b11dd291261118176305 (patch)
tree42f987bcbf6df767447942db8175b86986795baa /net-dns
parentapp-metrics/node_exporter: fix 1.7.0-r1 and rev-bump to r2 (diff)
downloadgentoo-ee1b98b319fe39920e33b11dd291261118176305.tar.gz
gentoo-ee1b98b319fe39920e33b11dd291261118176305.tar.bz2
gentoo-ee1b98b319fe39920e33b11dd291261118176305.zip
net-dns/coredns: update 1.11.2 SRC_URI
Somehow the v1.11.2 tag went missing upstream, so refer to a previously fetched copy in SRC_URI. Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/coredns/coredns-1.11.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-dns/coredns/coredns-1.11.2.ebuild b/net-dns/coredns/coredns-1.11.2.ebuild
index f565442b2546..89d7e8f271e2 100644
--- a/net-dns/coredns/coredns-1.11.2.ebuild
+++ b/net-dns/coredns/coredns-1.11.2.ebuild
@@ -12,7 +12,9 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
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/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ # The v1.11.2 tag went missing upstream, so use a previously fetched copy.
+ SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.gz"
SRC_URI+=" https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz"
KEYWORDS="amd64"
fi