Skip to content

Commit

Permalink
app-benchmarks/dbench: use HTTPS for links to samba.org (bug #636916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Turco authored and floppym committed Nov 9, 2017
1 parent 2c099d4 commit fce92bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-benchmarks/dbench/dbench-4.0.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fce92bf

Please sign in to comment.