From edc806c504e66e5e21cb5f86a6b01f2c155fa6f6 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 18 Jun 2016 18:01:44 +0000 Subject: [PATCH] community/fio to 2.12-1 --- community/fio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index b447115c2..441d2fd7a 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -7,7 +7,7 @@ # - removed numactl dependency pkgname=fio -pkgver=2.11 +pkgver=2.12 pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(i686 x86_64) @@ -21,7 +21,7 @@ optdepends=( 'gnuplot: generating plots using fio_generate_plots' ) source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip) -sha256sums=('a2a6833f8a8c77f3ed9b0759d628a923a4680fee5f092a91c52f9477cc6ac2f0') +sha256sums=('b959b80d476dee3785b9961b9f43a1bfe07e360167bb24df6669e7344a8c6aca') prepare() { cd fio-fio-$pkgver