commit: 56db17fcc2aaabab6c422a86afa9df7d75497b1c
Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sat Jan 27 12:27:53 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 23:19:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56db17fc
net-p2p/bitcoin-cli: use HTTPS instead of HTTP
net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
index e143f8a4489..fc2989de9d2 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.15.1.ebuild
@@ -15,17 +15,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}"
IUSE="knots libressl"
DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with
bitcoind"
-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] )