[dev-libs/libtomcrypt] fix download URL

This commit is contained in:
Robert Förster 2017-02-01 17:23:29 +01:00
parent a6e76997a4
commit 172d4effc3
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -7,8 +7,8 @@ EAPI="5"
inherit autotools-multilib eutils flag-o-matic multilib toolchain-funcs
DESCRIPTION="modular and portable cryptographic toolkit"
HOMEPAGE="http://libtom.net/?page=features&whatfile=crypt"
SRC_URI="http://libtom.net/files/crypt-${PV}.tar.bz2"
HOMEPAGE="http://www.libtom.org/"
SRC_URI="https://github.com/libtom/libtomcrypt/releases/download/${PV}/crypt-${PV}.tar.bz2"
LICENSE="WTFPL-2"
SLOT="0"