summaryrefslogtreecommitdiffstats
path: root/rules/libedit.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-15 11:16:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-15 11:17:11 +0100
commit2fe4b87b689b32c3c4da9bca00d6067e6d467d14 (patch)
tree70de833b27c97e11d2247596971d637aa58714c1 /rules/libedit.make
parent7523ca6a11e62383c2b668edce32614296bcb085 (diff)
downloadptxdist-2fe4b87b689b32c3c4da9bca00d6067e6d467d14.tar.gz
ptxdist-2fe4b87b689b32c3c4da9bca00d6067e6d467d14.tar.xz
libedit: version bump 20150325-3.1 -> 20160903-3.1
The new versions prefers ncurses to termcap. This avoids problems if termcap enabled and built before libedit. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libedit.make')
-rw-r--r--rules/libedit.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libedit.make b/rules/libedit.make
index 90fa1e085..1d62b7dfb 100644
--- a/rules/libedit.make
+++ b/rules/libedit.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBEDIT) += libedit
#
# Paths and names
#
-LIBEDIT_VERSION := 20150325-3.1
-LIBEDIT_MD5 := 43cdb5df3061d78b5e9d59109871b4f6
+LIBEDIT_VERSION := 20160903-3.1
+LIBEDIT_MD5 := 0467d27684c453a351fbcefebbcb16a3
LIBEDIT := libedit-$(LIBEDIT_VERSION)
LIBEDIT_SUFFIX := tar.gz
LIBEDIT_URL := http://www.thrysoee.dk/editline/$(LIBEDIT).$(LIBEDIT_SUFFIX)