diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-01-27 13:23:33 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-29 00:19:00 +0100 |
commit | 2bcef572a4a5192e17003dd1b213c95bfe8a6f92 (patch) | |
tree | 9679dee703ca1c849bea6021ef343c5e6cfac3e7 /dev-util/bitcoin-tx | |
parent | media-gfx/gscan2pdf: remove old (diff) | |
download | gentoo-2bcef572a4a5192e17003dd1b213c95bfe8a6f92.tar.gz gentoo-2bcef572a4a5192e17003dd1b213c95bfe8a6f92.tar.bz2 gentoo-2bcef572a4a5192e17003dd1b213c95bfe8a6f92.zip |
dev-util/bitcoin-tx: use HTTPS instead of HTTP
Closes: https://github.com/gentoo/gentoo/pull/6975
Diffstat (limited to 'dev-util/bitcoin-tx')
-rw-r--r-- | dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild index d5c34e353b89..35051137b2ea 100644 --- a/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild +++ b/dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild @@ -15,17 +15,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}" IUSE="knots libressl" DESCRIPTION="Command-line Bitcoin transaction tool" -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] ) |