summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/jobs
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-10-19 07:28:26 -0400
committerGitHub <noreply@github.com>2021-10-19 07:28:26 -0400
commit1f3150c0a6eecf1e6cecbe5ee96cebd3301ff89b (patch)
tree2c729654bf00c88f1b0a7cafb6b79dd7669f21dc /packaging/makeself/jobs
parente0ebf9c855e7eaf1a947b1eb0463b26e0659e354 (diff)
Optimize static build and update various dependencies. (#11660)
Diffstat (limited to 'packaging/makeself/jobs')
-rwxr-xr-xpackaging/makeself/jobs/50-bash-5.1.8.install.sh (renamed from packaging/makeself/jobs/50-bash-5.0.install.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/jobs/50-bash-5.0.install.sh b/packaging/makeself/jobs/50-bash-5.1.8.install.sh
index d47220408c..5d4f0f40ae 100755
--- a/packaging/makeself/jobs/50-bash-5.0.install.sh
+++ b/packaging/makeself/jobs/50-bash-5.1.8.install.sh
@@ -4,7 +4,7 @@
# shellcheck source=packaging/makeself/functions.sh
. "$(dirname "${0}")/../functions.sh" "${@}" || exit 1
-fetch "bash-5.0" "http://ftp.gnu.org/gnu/bash/bash-5.0.tar.gz"
+fetch "bash-5.1.8" "http://ftp.gnu.org/gnu/bash/bash-5.1.8.tar.gz"
export PKG_CONFIG_PATH="/openssl-static/lib/pkgconfig"