Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions make/ncurses.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
NCURSES_DIR=$(BUILD_DIR)/ncurses
NCURSES_SOURCE_DIR=$(SOURCE_DIR)/ncurses

NCURSES_VERSION=5.7
NCURSES_VERSION=5.9
NCURSES=ncurses-$(NCURSES_VERSION)
NCURSES_SITE=ftp://ftp.invisible-island.net/ncurses
NCURSES_SOURCE=$(NCURSES).tar.gz
Expand All @@ -29,7 +29,7 @@ else
NCURSES_FOR_OPTWARE_TARGET=ncurses
endif

NCURSES_IPK_VERSION=7
NCURSES_IPK_VERSION=1

NCURSES_PATCHES=$(NCURSES_SOURCE_DIR)/MKlib_gen_sh.patch

Expand Down
4 changes: 2 additions & 2 deletions make/ncursesw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
NCURSESW_DIR=$(BUILD_DIR)/ncursesw
NCURSESW_SOURCE_DIR=$(SOURCE_DIR)/ncurses

NCURSESW_VERSION=5.7
NCURSESW_VERSION=5.9
NCURSESW_SITE=ftp://invisible-island.net/ncurses
NCURSESW_SOURCE=ncurses-$(NCURSESW_VERSION).tar.gz
NCURSESW_UNZIP=zcat
Expand All @@ -18,7 +18,7 @@ NCURSESW_PRIORITY=optional
NCURSESW_DEPENDS=ncurses
NCURSESW_CONFLICTS=

NCURSESW_IPK_VERSION=3
NCURSESW_IPK_VERSION=1

NCURSESW_PATCHES=$(NCURSESW_SOURCE_DIR)/MKlib_gen_sh.patch

Expand Down