diff options
author | EWouters <6179932+EWouters@users.noreply.github.com> | 2022-06-03 12:48:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 11:40:31 +0100 |
commit | b0f8f4ca7d3162a2c193376bbcd05418176a65a1 (patch) | |
tree | de04da977369f75b6625eb6516b0d1d397015f23 /Ports/fio | |
parent | 202f7c48eda3014f418b69e030fe3a3c3abca70b (diff) | |
download | serenity-b0f8f4ca7d3162a2c193376bbcd05418176a65a1.zip |
Ports/fio: Update fio to version 3.30
Diffstat (limited to 'Ports/fio')
-rwxr-xr-x | Ports/fio/package.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Ports/fio/package.sh b/Ports/fio/package.sh index 190b094ab7..b2bbeb0903 100755 --- a/Ports/fio/package.sh +++ b/Ports/fio/package.sh @@ -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' |