diff options
author | Ørjan Malde <red@foxi.me> | 2024-08-09 18:48:15 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2024-08-09 18:48:15 +0200 |
commit | 89d9d4c2412975885c8e5f2bb3a7d30e6e288475 (patch) | |
tree | be120a07e0636887b76d3d4b6b150f4d46dbaf3f | |
parent | 760b79f8dba4f1921393a6e2b50e0359124c3424 (diff) | |
download | midipix_build-89d9d4c2412975885c8e5f2bb3a7d30e6e288475.tar.bz2 midipix_build-89d9d4c2412975885c8e5f2bb3a7d30e6e288475.tar.xz |
groups.d/211.native_packages_cmdline.d/bash.package: bump to v5.2.32
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r-- | groups.d/211.native_packages_cmdline.d/bash.package | 4 | ||||
-rw-r--r-- | patches/bash-5.2.32_pre.local.patch (renamed from patches/bash-5.2.21_pre.local.patch) | 0 | ||||
l--------- | patches/bash_minipix-5.2.21_pre.local.patch | 1 | ||||
l--------- | patches/bash_minipix-5.2.32_pre.local.patch | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/groups.d/211.native_packages_cmdline.d/bash.package b/groups.d/211.native_packages_cmdline.d/bash.package index d910abf5..f1d8f0a1 100644 --- a/groups.d/211.native_packages_cmdline.d/bash.package +++ b/groups.d/211.native_packages_cmdline.d/bash.package @@ -1,6 +1,6 @@ : ${PKG_BASH_DEPENDS:="ncurses"}; -: ${PKG_BASH_SHA256SUM:=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8}; -: ${PKG_BASH_VERSION:=5.2.21}; +: ${PKG_BASH_SHA256SUM:=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5}; +: ${PKG_BASH_VERSION:=5.2.32}; : ${PKG_BASH_URL:=https://ftp.gnu.org/gnu/bash/bash-${PKG_BASH_VERSION}.tar.gz}; : ${PKG_BASH_CONFIGURE_ARGS_EXTRA:="--without-bash-malloc --with-curses"}; : ${PKG_BASH_MAKEFLAGS_PARALLELISE:="-j1"}; diff --git a/patches/bash-5.2.21_pre.local.patch b/patches/bash-5.2.32_pre.local.patch index 677e7d9c..677e7d9c 100644 --- a/patches/bash-5.2.21_pre.local.patch +++ b/patches/bash-5.2.32_pre.local.patch diff --git a/patches/bash_minipix-5.2.21_pre.local.patch b/patches/bash_minipix-5.2.21_pre.local.patch deleted file mode 120000 index 41db15fb..00000000 --- a/patches/bash_minipix-5.2.21_pre.local.patch +++ /dev/null @@ -1 +0,0 @@ -bash-5.2.21_pre.local.patch
\ No newline at end of file diff --git a/patches/bash_minipix-5.2.32_pre.local.patch b/patches/bash_minipix-5.2.32_pre.local.patch new file mode 120000 index 00000000..a76a84e8 --- /dev/null +++ b/patches/bash_minipix-5.2.32_pre.local.patch @@ -0,0 +1 @@ +bash-5.2.32_pre.local.patch
\ No newline at end of file |