Skip to content

Commit

Permalink
dev-util/bitcoin-tx: use HTTPS instead of HTTP
Browse files Browse the repository at this point in the history
Closes: gentoo#6975
  • Loading branch information
Francesco Turco authored and a17r committed Jan 28, 2018
1 parent 9bf114e commit 2bcef57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-util/bitcoin-tx/bitcoin-tx-0.15.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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] )
Expand Down

0 comments on commit 2bcef57

Please sign in to comment.