Skip to content

Commit 2a8cc11

Browse files
committed
newt (whiptail): bump version 0.52.20 -> 0.52.24 (fixs random whiptail crash with newer muslc + parallel builds
popt havent't changed. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 9e311b6 commit 2a8cc11

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

modules/newt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ modules-$(CONFIG_NEWT) += newt
22

33
newt_depends := popt slang $(musl_dep)
44

5-
newt_version := 0.52.20
5+
newt_version := 0.52.24
66
newt_dir := newt-$(newt_version)
77
newt_tar := newt-$(newt_version).tar.gz
88
newt_url := https://releases.pagure.org/newt/$(newt_tar)
9-
newt_hash := 8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc
9+
newt_hash := 5ded7e221f85f642521c49b1826c8de19845aa372baf5d630a51774b544fbdbb
1010

1111
newt_target := \
1212
#We remove Makefile passed number of jobs to only pass one job, otherwise fails to build
1313
#$(MAKE_JOBS) \
14-
-j1 \
1514
$(CROSS_TOOLS) \
1615

1716
newt_output := \

0 commit comments

Comments
 (0)