diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 22:39:17 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-27 23:40:54 -0300 |
commit | 564164e4d2008c9b3e961cd8c0d58c008dbf2afb (patch) | |
tree | 1fcfc57b6bfd793e7e87a6ebbb8025b408d71e0e /community/fio/APKBUILD | |
parent | 2c683af8c86d82c0de52ccc77e8ba07110feb457 (diff) | |
download | aports-564164e4d2008c9b3e961cd8c0d58c008dbf2afb.tar.bz2 aports-564164e4d2008c9b3e961cd8c0d58c008dbf2afb.tar.xz |
community/fio: upgrade to 3.16
Diffstat (limited to 'community/fio/APKBUILD')
-rw-r--r-- | community/fio/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fio/APKBUILD b/community/fio/APKBUILD index 1c03018564..14b12f20a8 100644 --- a/community/fio/APKBUILD +++ b/community/fio/APKBUILD @@ -1,12 +1,12 @@ # Contributor: wener <wenermail@gmail.com> # Maintainer: wener <wenermail@gmail.com> pkgname=fio -pkgver=3.15 +pkgver=3.16 pkgrel=0 pkgdesc="Flexible I/O Tester" url="https://github.com/axboe/fio" arch="all" -license="GPL-2.0" +license="GPL-2.0-only" makedepends="linux-headers zlib-dev coreutils libaio-dev" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/axboe/fio/archive/fio-$pkgver.tar.gz" @@ -31,4 +31,4 @@ package() { mv "$pkgdir"/usr/man "$pkgdir"/usr/share } -sha512sums="2a0c91247fb89a1b23b60ddfa9a4d283fe8434e919292fb02a56cb1a0303f0794e7c1af450ba2180669956bd1f338715f0b34d2bb80c304e6bc773ab48666baa fio-3.15.tar.gz" +sha512sums="f057a615a12e60f4c947f442248d7d2db5de5efbd4c9731e537521606f3bf49d4be30de13307048e9a2efa0188bb19f5f6c1ad50637de5dacfee4c9b33736175 fio-3.16.tar.gz" |