X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b67df7238b7a11524b5ba4df0bac5626c12ff7a9..fee630782fc320f75e47061b49cb279392ffdda6:/packages/readline/build.sh 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