summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-03-24 18:30:27 +0000
committerAnthony G. Basile <blueness@gentoo.org>2016-03-24 15:36:42 -0400
commit65c8d6b25c7a056d32c7a7275de593ca3389bc73 (patch)
treebd40d120d807ef57bf97225b1320d54f4bf8129c /eclass/bitcoincore.eclass
parentnet-p2p/bitcoind: 0.12.0+ have removed bitrpc example (diff)
downloadgentoo-65c8d6b25c7a056d32c7a7275de593ca3389bc73.tar.gz
gentoo-65c8d6b25c7a056d32c7a7275de593ca3389bc73.tar.bz2
gentoo-65c8d6b25c7a056d32c7a7275de593ca3389bc73.zip
net-p2p/bitcoin*: Fix desc URI to be html for 0.12.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'eclass/bitcoincore.eclass')
-rw-r--r--eclass/bitcoincore.eclass2
1 files changed, 1 insertions, 1 deletions
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/"