Ports: Update file to version 5.44
This commit is contained in:
parent
6151a251f5
commit
9d43132380
Notes:
sideshowbarker
2024-07-17 03:00:02 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/9d43132380 Pull-request: https://github.com/SerenityOS/serenity/pull/18232
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue