aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-27 22:39:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-27 23:40:54 -0300
commit564164e4d2008c9b3e961cd8c0d58c008dbf2afb (patch)
tree1fcfc57b6bfd793e7e87a6ebbb8025b408d71e0e
parent2c683af8c86d82c0de52ccc77e8ba07110feb457 (diff)
community/fio: upgrade to 3.16
-rw-r--r--community/fio/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fio/APKBUILD b/community/fio/APKBUILD
index 1c03018564e..14b12f20a8e 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"