Ports/file: Update file to version 5.45

This commit is contained in:
EWouters 2023-09-01 19:12:57 +02:00 committed by Jelle Raaijmakers
parent cdedb9af37
commit 1ef7f8446c
Notes: sideshowbarker 2024-07-17 18:46:30 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`expat`](expat/) | Expat XML parser | 2.5.0 | https://libexpat.github.io/ |
| [`ffmpeg`](ffmpeg/) | ffmpeg | 6.0 | https://ffmpeg.org |
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |
| [`file`](file/) | file (determine file type) | 5.44 | https://www.darwinsys.com/file/ |
| [`file`](file/) | file (determine file type) | 5.45 | 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.33 | https://fio.readthedocs.io/en/latest/ |
| [`flac`](flac/) | Free Lossless Audio Codec | 1.4.2 | https://xiph.org/flac/ |

View File

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='file'
version='5.44'
version='5.45'
useconfigure='true'
use_fresh_config_sub='true'
files=(
"http://ftp.astron.com/pub/file/file-${version}.tar.gz#3751c7fba8dbc831cb8d7cc8aff21035459b8ce5155ef8b0880a27d028475f3b"
"http://ftp.astron.com/pub/file/file-${version}.tar.gz#fc97f51029bb0e2c9f4e3bffefdaf678f0e039ee872b9de5c002a6d09c784d82"
)