diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-15 04:03:11 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-15 04:03:11 +0000 |
commit | 85be6f08e6368a31e9f971c043b11e8c12ce6545 (patch) | |
tree | ffa20d1e72f60b90293859b9b81a1d2e0830c538 /community/fio/PKGBUILD | |
parent | 747b1fd97f3a07a4f9dbb660436b7708c6ee2c43 (diff) |
Thu May 15 03:57:18 UTC 2014
Diffstat (limited to 'community/fio/PKGBUILD')
-rw-r--r-- | community/fio/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index 7f65d28fe..5a9b03ee3 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 109224 2014-04-11 20:13:21Z anatolik $ +# $Id: PKGBUILD 111144 2014-05-14 17:42:15Z anatolik $ # Maintainer: Anatol Pomozov <anatol dot pomozov at gmail> # Contributor: Mariusz Libera <mariusz.libera@gmail.com> # Contributor: John Williams <jwilliams4200 liamg reverse&remove moc> pkgname=fio -pkgver=2.1.8 +pkgver=2.1.9 pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(i686 x86_64) @@ -17,7 +17,7 @@ optdepends=( 'gnuplot: generating plots using fio_generate_plots' ) source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2) -sha256sums=('b35eb8309c22ecc4148e4ac608f22b9140638e36cf98c238cb7d5776cd16db16') +sha256sums=('4ae877939a1a1460ad4d93f7891a15bad8ca7295f441204b12c723758a0d4493') prepare() { cd fio-$pkgver |