fio: add 3.26 (#23788)

This commit is contained in:
yellowhat 2021-05-19 23:07:17 +01:00 committed by GitHub
parent a3be77d02e
commit 9784b1b0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,9 @@ class Fio(AutotoolsPackage):
""" """
homepage = "https://github.com/axboe/fio" homepage = "https://github.com/axboe/fio"
url = "https://github.com/axboe/fio/archive/fio-3.25.tar.gz" url = "https://github.com/axboe/fio/archive/fio-3.26.tar.gz"
version('3.26', sha256='8bd6987fd9b8c2a75d3923661566ade50b99f61fa4352148975e65577ffa4024')
version('3.25', sha256='d8157676bc78a50f3ac82ffc6f80ffc3bba93cbd892fc4882533159a0cdbc1e8') version('3.25', sha256='d8157676bc78a50f3ac82ffc6f80ffc3bba93cbd892fc4882533159a0cdbc1e8')
version('3.19', sha256='809963b1d023dbc9ac7065557af8129aee17b6895e0e8c5ca671b0b14285f404') version('3.19', sha256='809963b1d023dbc9ac7065557af8129aee17b6895e0e8c5ca671b0b14285f404')
version('3.16', sha256='c7731a9e831581bab7104da9ea60c9f44e594438dbe95dff26726ca0285e7b93') version('3.16', sha256='c7731a9e831581bab7104da9ea60c9f44e594438dbe95dff26726ca0285e7b93')