From: Fredrik Fornwall Date: Fri, 5 Feb 2016 23:04:36 +0000 (-0500) Subject: grep: Update from 2.22 to 2.23 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/c734c1a3c547d170e3bcd50bcb5f199a8e699219 grep: Update from 2.22 to 2.23 --- diff --git a/packages/grep/build.sh b/packages/grep/build.sh index 84a11852..0cecf9d4 100644 --- a/packages/grep/build.sh +++ b/packages/grep/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/grep/ TERMUX_PKG_DESCRIPTION="Command which searches one or more input files for lines containing a match to a specified pattern" TERMUX_PKG_DEPENDS="pcre" -TERMUX_PKG_VERSION=2.22 +TERMUX_PKG_VERSION=2.23 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz