From e8ac986f498025f35d688fa4fedbda8d468a7e04 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 7 Nov 2018 00:21:21 +0000 Subject: [PATCH] community/fio to 3.12-1 --- community/fio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD index 40f078287..8039f06b6 100644 --- a/community/fio/PKGBUILD +++ b/community/fio/PKGBUILD @@ -7,7 +7,7 @@ # - removed numactl dependency pkgname=fio -pkgver=3.11 +pkgver=3.12 pkgrel=1 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing' arch=(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=('f8271adb66ad36e5aa282093b337fadf3380fff63ffa6a653dec701fdf99ff0c') +sha256sums=('85f24f16313f5c149d95a00104fdae99df26290de70d1f94ed6a00d7fcfa91f1') prepare() { cd fio-fio-$pkgver