commit: ee1b98b319fe39920e33b11dd291261118176305
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 03:35:36 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 03:40:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1b98b3
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 <AT> gentoo.org>
net-dns/coredns/coredns-1.11.2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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