From 65c8d6b25c7a056d32c7a7275de593ca3389bc73 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 24 Mar 2016 18:30:27 +0000 Subject: [PATCH] net-p2p/bitcoin*: Fix desc URI to be html for 0.12.0 Signed-off-by: Anthony G. Basile --- eclass/bitcoincore.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass index 4a4f33d33806..5661cb03e924 100644 --- a/eclass/bitcoincore.eclass +++ b/eclass/bitcoincore.eclass @@ -145,7 +145,7 @@ LJR_PATCHDIR="${MyPN}-$(LJR_PV ljr).patches" LJR_PATCH() { echo "${WORKDIR}/${LJR_PATCHDIR}/${MyPN}-$(LJR_PV ljr).$@.patch"; } LJR_PATCH_DESC="http://luke.dashjr.org/programs/${MyPN}/files/${MyPN}d/luke-jr/${BITCOINCORE_SERIES}/$(LJR_PV ljr)/${MyPN}-$(LJR_PV ljr).desc.txt" if [ "$BITCOINCORE_MINOR" -ge 12 ]; then - LJR_PATCH_DESC="http://bitcoinknots.org/files/${BITCOINCORE_SERIES}/$(LJR_PV dir)/${MyPN}-$(LJR_PV).desc.txt" + LJR_PATCH_DESC="http://bitcoinknots.org/files/${BITCOINCORE_SERIES}/$(LJR_PV dir)/${MyPN}-$(LJR_PV).desc.html" fi HOMEPAGE="http://bitcoincore.org/" -- 2.26.2