summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ncurses.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ncurses.mk b/src/ncurses.mk
index 6eb5a42..f00eb73 100644
--- a/src/ncurses.mk
+++ b/src/ncurses.mk
@@ -3,8 +3,8 @@
PKG := ncurses
$(PKG)_IGNORE :=
-$(PKG)_VERSION := c6f5464
-$(PKG)_CHECKSUM := 5a40e0906139f877be083976f80bf0262dc95ad2
+$(PKG)_VERSION := e14300b
+$(PKG)_CHECKSUM := fcc1997439560b6cb7f9bf2f73f6245310f06c64
# $(PKG)_VERSION := 5.9
# $(PKG)_SUBDIR := ncurses-$($(PKG)_VERSION)
# $(PKG)_FILE := ncurses-$($(PKG)_VERSION).tar.gz
@@ -51,4 +51,5 @@ define $(PKG)_BUILD
--without-normal --without-static --with-shared)
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install TIC_PATH='$(1).native/progs/tic'
-endef \ No newline at end of file
+endef
+