1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 10:20:45 +00:00

Ports: Update fio to version 3.33

This commit is contained in:
Brian Gianforcaro 2022-11-06 21:40:27 -08:00 committed by Gunnar Beutner
parent 4296425bd8
commit d736b2c3c3
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |
| [`file`](file/) | file (determine file type) | 5.43 | https://www.darwinsys.com/file/ |
| [`findutils`](findutils/) | GNU findutils | 4.9.0 | https://www.gnu.org/software/findutils/ |
| [`fio`](fio/) | fio - Flexible I/O tester | 3.30 | https://fio.readthedocs.io/en/latest/ |
| [`fio`](fio/) | fio - Flexible I/O tester | 3.33 | 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,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='fio'
version='3.30'
files="https://brick.kernel.dk/snaps/${port}-${version}.tar.gz ${port}-${version}.tar.gz 93998f838f72f871b36d60da132fcc3abaadd7b14c628ec95ee4092f2d277aed"
version='3.33'
files="https://brick.kernel.dk/snaps/${port}-${version}.tar.gz ${port}-${version}.tar.gz d2410e13e0f379d061d077cc5ae325835bb7c6186aa7bafc1df954cbc9b014fc"
auth_type='sha256'
depends=("zlib")