summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2023-04-08 11:49:31 +0300
committerIdan Horowitz <idan.horowitz@gmail.com>2023-04-08 17:59:09 +0300
commit9d43132380ecf0b397f1f72677d595643b91e3ca (patch)
tree48e2f80aea3dda2d4849e4fe5f245b15da7fac9c
parent6151a251f5725559110c683e571f7679c03142db (diff)
downloadserenity-9d43132380ecf0b397f1f72677d595643b91e3ca.zip
Ports: Update file to version 5.44
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/file/package.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 82453b2141..1d917e7f7d 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 040755bb35..4eee17f0ad 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'