Ports/fio: Update fio to version 3.30

This commit is contained in:
EWouters 2022-06-03 12:48:04 +02:00 committed by Linus Groh
parent 202f7c48ed
commit b0f8f4ca7d
2 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`ffmpeg`](ffmpeg/) | ffmpeg | 5.0 | https://ffmpeg.org |
| [`fheroes2`](fheroes2/) | Free Heroes of Might and Magic II | 0.9.13 | https://github.com/ihhub/fheroes2 |
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |
| [`fio`](fio/) | fio - Flexible I/O tester | 3.29 | https://fio.readthedocs.io/en/latest/ |
| [`fio`](fio/) | fio - Flexible I/O tester | 3.30 | https://fio.readthedocs.io/en/latest/ |
| [`flatbuffers`](flatbuffers/) | Flatbuffers | 2.0.0 | https://github.com/google/flatbuffers |
| [`flex`](flex/) | flex | 2.6.4 | https://github.com/westes/flex |
| [`fontconfig`](fontconfig/) | Fontconfig | 2.14.0 | https://www.freedesktop.org/wiki/Software/fontconfig/ |

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=fio
version=3.29
files="https://brick.kernel.dk/snaps/${port}-${version}.tar.gz ${port}-${version}.tar.gz bea42d6f9d6c009f951135591e99787ff5fa9bc1425596d3d3b19339afc7bb0e"
auth_type=sha256
port='fio'
version='3.30'
files="https://brick.kernel.dk/snaps/${port}-${version}.tar.gz ${port}-${version}.tar.gz 93998f838f72f871b36d60da132fcc3abaadd7b14c628ec95ee4092f2d277aed"
auth_type='sha256'
depends=("zlib")
export LDFLAGS=-ldl
export LDFLAGS='-ldl'