1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:57:36 +00:00

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

@ -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'