From fee630782fc320f75e47061b49cb279392ffdda6 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 30 Jan 2017 00:35:06 +0100 Subject: [PATCH] readline: Update from 7.0.1 to 7.0.3 --- packages/readline/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/readline/build.sh b/packages/readline/build.sh index 07e38de7..3a014229 100755 --- a/packages/readline/build.sh +++ b/packages/readline/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html TERMUX_PKG_DESCRIPTION="Library providing a set of functions for use by applications that allow users to edit command lines as they are typed in" TERMUX_PKG_DEPENDS="libandroid-support, ncurses" _MAIN_VERSION=7.0 -_PATCH_VERSION=1 +_PATCH_VERSION=3 TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION} TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/readline/readline-${_MAIN_VERSION}.tar.gz -- 2.11.0