diff options
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' |