From: Fredrik Fornwall Date: Mon, 3 Oct 2016 12:41:27 +0000 (-0400) Subject: grep: Update from 2.25 to 2.26 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/34b46b56de338349dfa321a01397364b3c52b449?ds=inline grep: Update from 2.25 to 2.26 --- diff --git a/packages/grep/build.sh b/packages/grep/build.sh index a0eb1236..b6044496 100644 --- a/packages/grep/build.sh +++ b/packages/grep/build.sh @@ -1,6 +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.25 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=2.26 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz