diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-15 11:12:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-15 11:12:29 +0200 |
commit | 8fd326e24e7643a1153cb091d2b9d578039c57b9 (patch) | |
tree | 54f3f3593dd572ac5ae2cd26fb4b725d1b8e9bbc /app-benchmarks | |
parent | kernel-2.eclass: Inherit python-any-r1 only in deblob branch (diff) | |
download | gentoo-8fd326e24e7643a1153cb091d2b9d578039c57b9.tar.gz gentoo-8fd326e24e7643a1153cb091d2b9d578039c57b9.tar.bz2 gentoo-8fd326e24e7643a1153cb091d2b9d578039c57b9.zip |
app-benchmarks/bonnie: Version the distfile
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/bonnie/Manifest | 2 | ||||
-rw-r--r-- | app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-benchmarks/bonnie/Manifest b/app-benchmarks/bonnie/Manifest index d47936e8fb30..68abd5794eeb 100644 --- a/app-benchmarks/bonnie/Manifest +++ b/app-benchmarks/bonnie/Manifest @@ -1 +1 @@ -DIST bonnie.tar.gz 7140 BLAKE2B dc0a216e1926de7630fbabdd80d2d1293fc9da404c3179f5515a9756942aec7c6870220e869d1d6c299dc39c2175b6c99b54778237a9af2778b7718aaf4280f3 SHA512 4cb431986870baf1d9e5f757970a4b489f89d4349f051cc2ae0aea035ce19a7962047920a3af1567e375b2c6f1e826309b044b8a8727400601203042a34ecb5f +DIST bonnie-2.0.6.tar.gz 7140 BLAKE2B dc0a216e1926de7630fbabdd80d2d1293fc9da404c3179f5515a9756942aec7c6870220e869d1d6c299dc39c2175b6c99b54778237a9af2778b7718aaf4280f3 SHA512 4cb431986870baf1d9e5f757970a4b489f89d4349f051cc2ae0aea035ce19a7962047920a3af1567e375b2c6f1e826309b044b8a8727400601203042a34ecb5f diff --git a/app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild b/app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild index e67da1923998..e385ae0eb113 100644 --- a/app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild +++ b/app-benchmarks/bonnie/bonnie-2.0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Performance Test of Filesystem I/O using standard C library calls" HOMEPAGE="http://www.textuality.com/bonnie/" -SRC_URI="http://www.textuality.com/bonnie/bonnie.tar.gz" +SRC_URI="http://www.textuality.com/bonnie/bonnie.tar.gz -> ${P}.tar.gz" LICENSE="bonnie" SLOT="0" |