From: Fredrik Fornwall Date: Sat, 7 Nov 2015 17:37:46 +0000 (-0500) Subject: grep: Update from 2.21 to 2.22 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/0387d28efc9f64d54f0a4726a0e886512d2f0143?ds=sidebyside;hp=4338c5f53c038297dc52b2eb870c04b9ede53bd7 grep: Update from 2.21 to 2.22 --- diff --git a/packages/grep/build.sh b/packages/grep/build.sh index b1e04617..84a11852 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.21 +TERMUX_PKG_VERSION=2.22 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz