From 9d43132380ecf0b397f1f72677d595643b91e3ca Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 8 Apr 2023 11:49:31 +0300 Subject: [PATCH] Ports: Update file to version 5.44 --- Ports/AvailablePorts.md | 2 +- Ports/file/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 82453b21417..1d917e7f7d1 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -63,7 +63,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`ffmpeg`](ffmpeg/) | ffmpeg | 5.0 | https://ffmpeg.org | | [`fheroes2`](fheroes2/) | Free Heroes of Might and Magic II | 0.9.13 | https://github.com/ihhub/fheroes2 | | [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ | -| [`file`](file/) | file (determine file type) | 5.43 | https://www.darwinsys.com/file/ | +| [`file`](file/) | file (determine file type) | 5.44 | 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/ | diff --git a/Ports/file/package.sh b/Ports/file/package.sh index 040755bb35a..4eee17f0ade 100755 --- a/Ports/file/package.sh +++ b/Ports/file/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='file' -version='5.43' +version='5.44' useconfigure='true' use_fresh_config_sub='true' config_sub_paths=('config.sub') -files="http://ftp.astron.com/pub/file/file-${version}.tar.gz file-${version}.tar.gz 8c8015e91ae0e8d0321d94c78239892ef9dbc70c4ade0008c0e95894abfb1991" +files="http://ftp.astron.com/pub/file/file-${version}.tar.gz file-${version}.tar.gz 3751c7fba8dbc831cb8d7cc8aff21035459b8ce5155ef8b0880a27d028475f3b" auth_type='sha256'