From 95e95ab452dcc3ba9a50caa0ce90d9de5a99067b Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sat, 9 Sep 2023 07:22:51 -0600 Subject: [PATCH] Update bash to 5.2.15 --- recipes/bash/recipe.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/bash/recipe.toml b/recipes/bash/recipe.toml index 198bff9db..1361ef02d 100644 --- a/recipes/bash/recipe.toml +++ b/recipes/bash/recipe.toml @@ -1,7 +1,5 @@ [source] -#git = "https://git.savannah.gnu.org/git/bash.git" -#rev = "a0c0a00fc419b7bc08202a79134fcd5bc0427071" -tar = "http://ftp.gnu.org/gnu/bash/bash-4.4.tar.gz" +tar = "http://ftp.gnu.org/gnu/bash/bash-5.2.15.tar.gz" blake3 = "926927c370142cffa37dfc0a310ec386493b8b558ff3cc062376898154bc7ccb" patches = [ "redox.patch" -- GitLab