diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 18:15:20 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-07 18:15:20 +0100 |
commit | 7be53f098646ca028db938e328f6cefc5cb27fac (patch) | |
tree | 45ee6e69c82ecee0719d61cbe31e612ef8ba9585 /community/fio | |
parent | c9c65e13a575c96299334c161ebfa341276c5072 (diff) | |
download | aports-7be53f098646ca028db938e328f6cefc5cb27fac.tar.bz2 aports-7be53f098646ca028db938e328f6cefc5cb27fac.tar.xz |
community/fio: upgrade to 3.18
Diffstat (limited to 'community/fio')
-rw-r--r-- | community/fio/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/fio/APKBUILD b/community/fio/APKBUILD index cb8b237f53..c4f215b49f 100644 --- a/community/fio/APKBUILD +++ b/community/fio/APKBUILD @@ -1,9 +1,10 @@ # Contributor: wener <wenermail@gmail.com> # Maintainer: wener <wenermail@gmail.com> pkgname=fio -pkgver=3.17 -pkgrel=1 +pkgver=3.18 +pkgrel=0 pkgdesc="Flexible I/O Tester" +options="!check" # Tests break due to missing drand_r url="https://github.com/axboe/fio" arch="all" license="GPL-2.0-only" @@ -19,7 +20,7 @@ esac build() { ./configure --prefix=/usr - make + make T_TEST_PROGS= } check() { @@ -36,4 +37,4 @@ package() { done } -sha512sums="566cb2a2cecbdbed01332e4d2ecf0b3c81e09af147f64876c7ea53d0f62e9765a3026e670fd931f275a47da15ca58997d006e2830099056ac0c5163543b23cd0 fio-3.17.tar.gz" +sha512sums="bb1c878560508b6eae806d6f7f06fec0249684957c299f1e258c464d36c6b015a982d492abe2e5d1a18959ac66f6f37472a1e1cf0ed94f12ddfc19ebd07efd90 fio-3.18.tar.gz" |