diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-16 19:13:20 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-05-19 10:11:14 +1000 |
commit | 43fa5c13acc143fcb4fc24dc874f66132ce5d9e9 (patch) | |
tree | bbbb9ba44f40cde6efb716db5e479ff2fef658fe /app-benchmarks | |
parent | app-accessibility/brltty: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-43fa5c13acc143fcb4fc24dc874f66132ce5d9e9.tar.gz gentoo-43fa5c13acc143fcb4fc24dc874f66132ce5d9e9.tar.bz2 gentoo-43fa5c13acc143fcb4fc24dc874f66132ce5d9e9.zip |
app-benchmarks/bonnie++: fix SRC_URI, use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/12020
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild | 6 | ||||
-rw-r--r-- | app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild index 129503e49533..2bc0b4155978 100644 --- a/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild +++ b/app-benchmarks/bonnie++/bonnie++-1.97.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="Hard drive bottleneck testing benchmark suite" -HOMEPAGE="http://www.coker.com.au/bonnie++/" -SRC_URI="http://www.coker.com.au/bonnie++/experimental/${P}.tgz" +HOMEPAGE="https://www.coker.com.au/bonnie++/" +SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" diff --git a/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild b/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild index 3ff574002e5f..53c4fb597a24 100644 --- a/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild +++ b/app-benchmarks/bonnie++/bonnie++-1.97.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="Hard drive bottleneck testing benchmark suite" -HOMEPAGE="http://www.coker.com.au/bonnie++/" -SRC_URI="http://www.coker.com.au/bonnie++/experimental/${P}.tgz" +HOMEPAGE="https://www.coker.com.au/bonnie++/" +SRC_URI="https://www.coker.com.au/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" |