diff options
author | Michał Polański <michal@polanski.me> | 2021-05-26 22:59:01 +0200 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2021-05-26 21:15:51 +0000 |
commit | 19d8332f8e3bf91eb60631d5a961318a5b4d623a (patch) | |
tree | b49fc5390cfb9ae3b4c1f4ac144c4b93c78b09ad /community/fio/APKBUILD | |
parent | 0118d3dcab22f651c243068ff3ac57d35039e0f0 (diff) | |
download | aports-19d8332f8e3bf91eb60631d5a961318a5b4d623a.tar.gz aports-19d8332f8e3bf91eb60631d5a961318a5b4d623a.tar.bz2 aports-19d8332f8e3bf91eb60631d5a961318a5b4d623a.tar.xz |
community/fio: upgrade to 3.27
Diffstat (limited to 'community/fio/APKBUILD')
-rw-r--r-- | community/fio/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/fio/APKBUILD b/community/fio/APKBUILD index 9bf52a49830..14e6d5c2104 100644 --- a/community/fio/APKBUILD +++ b/community/fio/APKBUILD @@ -1,7 +1,7 @@ # Contributor: wener <wenermail@gmail.com> # Maintainer: wener <wenermail@gmail.com> pkgname=fio -pkgver=3.26 +pkgver=3.27 pkgrel=0 pkgdesc="Flexible I/O Tester" url="https://github.com/axboe/fio" @@ -36,4 +36,6 @@ package() { done } -sha512sums="8c71dcb23db6eef0d34c44b78292ae18dd3137d5274c535f490f3f8c00998257f290e9e4cc17b437eec95997d3036dd1c81c6fa58fa7ec4c8e30eeba9b13dda7 fio-3.26.tar.gz" +sha512sums=" +6a2ea47948bdb1f8a0bb969cb13619c7f12b9948098fc8f0557cb502fb2a449a4fe1f29df2cc01fd2092cad4141adbb0e9dcf410759120c2e09757626edb2b92 fio-3.27.tar.gz +" |