mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Ports/findutils: Update to 4.10.0
This commit is contained in:
parent
d91eda4c4f
commit
9ddb108539
2 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||||
| [`ffmpeg`](ffmpeg/) | ffmpeg | 7.0.2 | https://ffmpeg.org |
|
| [`ffmpeg`](ffmpeg/) | ffmpeg | 7.0.2 | https://ffmpeg.org |
|
||||||
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |
|
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |
|
||||||
| [`file`](file/) | file (determine file type) | 5.45 | 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/ |
|
| [`findutils`](findutils/) | GNU findutils | 4.10.0 | https://www.gnu.org/software/findutils/ |
|
||||||
| [`fio`](fio/) | fio - Flexible I/O tester | 3.33 | https://fio.readthedocs.io/en/latest/ |
|
| [`fio`](fio/) | fio - Flexible I/O tester | 3.33 | https://fio.readthedocs.io/en/latest/ |
|
||||||
| [`flac`](flac/) | Free Lossless Audio Codec | 1.4.3 | https://xiph.org/flac/ |
|
| [`flac`](flac/) | Free Lossless Audio Codec | 1.4.3 | https://xiph.org/flac/ |
|
||||||
| [`flare-engine`](flare-engine/) | Flare (engine) | 1.14 | https://flarerpg.org/ |
|
| [`flare-engine`](flare-engine/) | Flare (engine) | 1.14 | https://flarerpg.org/ |
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port='findutils'
|
port='findutils'
|
||||||
version='4.9.0'
|
version='4.10.0'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
config_sub_paths=('build-aux/config.sub')
|
config_sub_paths=('build-aux/config.sub')
|
||||||
files=(
|
files=(
|
||||||
"https://ftpmirror.gnu.org/gnu/findutils/findutils-${version}.tar.xz#a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe"
|
"https://ftpmirror.gnu.org/gnu/findutils/findutils-${version}.tar.xz#1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue