summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2018-01-27 13:31:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-29 00:19:02 +0100
commitc41a74c537f7ec4cc991122952fe66869cfb9920 (patch)
tree93f245bef98cb852291ff858cce35ab867f694fa /net-p2p/bitcoind
parentnet-p2p/bitcoin-qt: use HTTPS instead of HTTP (diff)
downloadgentoo-c41a74c537f7ec4cc991122952fe66869cfb9920.tar.gz
gentoo-c41a74c537f7ec4cc991122952fe66869cfb9920.tar.bz2
gentoo-c41a74c537f7ec4cc991122952fe66869cfb9920.zip
net-p2p/bitcoind: use HTTPS instead of HTTP
Diffstat (limited to 'net-p2p/bitcoind')
-rw-r--r--net-p2p/bitcoind/bitcoind-0.15.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/bitcoind/bitcoind-0.15.1.ebuild b/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
index 0d8788ad457a..3f1f2e08693d 100644
--- a/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
@@ -16,17 +16,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}"
IUSE="+asm +bitcoin_policy_rbf examples knots libressl test upnp +wallet zeromq"
DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
-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] )