diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-09 17:18:23 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-11-09 17:03:18 -0500 |
commit | fce92bf693cc975e2f678a86fddbd02f3a60a3cd (patch) | |
tree | 7b2c74dfe707e5f33ca4130d03972489e48140e4 | |
parent | app-arch/rzip: use HTTPS for links to samba.org (bug #636916) (diff) | |
download | gentoo-fce92bf693cc975e2f678a86fddbd02f3a60a3cd.tar.gz gentoo-fce92bf693cc975e2f678a86fddbd02f3a60a3cd.tar.bz2 gentoo-fce92bf693cc975e2f678a86fddbd02f3a60a3cd.zip |
app-benchmarks/dbench: use HTTPS for links to samba.org (bug #636916)
-rw-r--r-- | app-benchmarks/dbench/dbench-4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-benchmarks/dbench/dbench-4.0.ebuild b/app-benchmarks/dbench/dbench-4.0.ebuild index ac11bc17b496..4ce16456fdef 100644 --- a/app-benchmarks/dbench/dbench-4.0.ebuild +++ b/app-benchmarks/dbench/dbench-4.0.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + EAPI=5 inherit eutils autotools DESCRIPTION="Popular filesystem benchmark" -SRC_URI="ftp://ftp.samba.org/pub/tridge/dbench/${P}.tar.gz" -HOMEPAGE="http://samba.org/ftp/tridge/dbench/" +SRC_URI="https://www.samba.org/ftp/pub/tridge/dbench/${P}.tar.gz" +HOMEPAGE="https://www.samba.org/ftp/tridge/dbench/" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86" |