diff options
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 |