summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2018-01-27 13:25:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-29 00:19:01 +0100
commitd5a928bd6995d0f0da2cebb5d572b576218972ee (patch)
tree1556b44ff5898630c6407af07b66078aae061964
parentdev-util/bitcoin-tx: use HTTPS instead of HTTP (diff)
downloadgentoo-d5a928bd.tar.gz
gentoo-d5a928bd.tar.bz2
gentoo-d5a928bd.zip
net-libs/libbitcoinconsensus: use HTTPS instead of HTTP
-rw-r--r--net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild
index 58ed3be69a99..2efa92b909e3 100644
--- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild
+++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild
@@ -15,17 +15,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}"
IUSE="+asm knots libressl"
DESCRIPTION="Bitcoin Core consensus library"
-HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
SRC_URI="
https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> ${MyPN}-v${PV}.tar.gz
- http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
+ https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
"
CORE_DESC="https://bitcoincore.org/en/2017/11/11/release-${PV}/"
-KNOTS_DESC="http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html"
+KNOTS_DESC="https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html"
RDEPEND="
!libressl? ( dev-libs/openssl:0=[-bindist] )