X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2e54e151d46fd4e50037b1e24098059338b3bc58..39d45704001a1cdf2b44cefdbeae59a5c3886b42:/packages/readline/build.sh diff --git a/packages/readline/build.sh b/packages/readline/build.sh index 0826897b..89a06098 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=0 +_PATCH_VERSION=1 TERMUX_PKG_VERSION=${_MAIN_VERSION}.${_PATCH_VERSION} TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/readline/readline-${_MAIN_VERSION}.tar.gz