X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/c734c1a3c547d170e3bcd50bcb5f199a8e699219..f2344eab0f6a1a19f9d4be8a58252fedeea1cb2d:/packages/grep/build.sh diff --git a/packages/grep/build.sh b/packages/grep/build.sh index 0cecf9d4..11deb7ca 100644 --- a/packages/grep/build.sh +++ b/packages/grep/build.sh @@ -1,5 +1,6 @@ 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.23 +TERMUX_PKG_VERSION=2.25 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz