mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 12:41:59 +03:00
Ports/bash: Update bash to version 5.2.15
This commit is contained in:
parent
cff303bd69
commit
884d5720d6
Notes:
sideshowbarker
2024-07-17 02:38:39 +09:00
Author: https://github.com/cammo1123 Commit: https://github.com/SerenityOS/serenity/commit/884d5720d6 Pull-request: https://github.com/SerenityOS/serenity/pull/18058 Reviewed-by: https://github.com/linusg
@ -14,7 +14,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`aria2`](aria2/) | aria2 | 1.36.0 | https://aria2.github.io |
|
||||
| [`awk`](awk/) | The One True Awk | 20220122 | https://github.com/onetrueawk/awk |
|
||||
| [`backward-cpp`](backward-cpp/) | Backward-cpp | 1.6 | https://github.com/bombela/backward-cpp |
|
||||
| [`bash`](bash/) | GNU Bash | 5.1.16 | https://www.gnu.org/software/bash/ |
|
||||
| [`bash`](bash/) | GNU Bash | 5.2.15 | https://www.gnu.org/software/bash/ |
|
||||
| [`bass`](bass/) | Beneath a Steel Sky | cd-1.2 | https://www.scummvm.org/games |
|
||||
| [`bc`](bc/) | bc | 6.1.1 | https://github.com/gavinhoward/bc |
|
||||
| [`bdwgc`](bdwgc/) | Boehm-Demers-Weiser Garbage Collector (libgc) | 8.0.6 | https://github.com/ivmai/bdwgc |
|
||||
|
@ -1,14 +1,14 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=bash
|
||||
version=5.1.16
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
use_fresh_config_guess=true
|
||||
port='bash'
|
||||
version='5.2.15'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
use_fresh_config_guess='true'
|
||||
config_sub_paths=("support/config.sub")
|
||||
config_guess_paths=("support/config.guess")
|
||||
configopts=("--disable-nls" "--without-bash-malloc")
|
||||
files="https://ftpmirror.gnu.org/gnu/bash/bash-${version}.tar.gz bash-${version}.tar.gz 5bac17218d3911834520dad13cd1f85ab944e1c09ae1aba55906be1f8192f558"
|
||||
auth_type="sha256"
|
||||
files="https://ftpmirror.gnu.org/gnu/bash/bash-${version}.tar.gz bash-${version}.tar.gz 13720965b5f4fc3a0d4b61dd37e7565c741da9a5be24edc2ae00182fc1b3588c"
|
||||
auth_type='sha256'
|
||||
|
||||
build() {
|
||||
run_replace_in_file "s/define GETCWD_BROKEN 1/undef GETCWD_BROKEN/" config.h
|
||||
|
Loading…
Reference in New Issue
Block a user