From 636fe8d6d972ad35fd80bbb972be55507d413b4b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 9 Jan 2020 23:33:08 +0100 Subject: [PATCH] grep: Update from 3.3 to 3.4 --- packages/grep/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/grep/build.sh b/packages/grep/build.sh index 24d12cc20..7f27472ab 100644 --- a/packages/grep/build.sh +++ b/packages/grep/build.sh @@ -1,10 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://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_LICENSE="GPL-3.0" -TERMUX_PKG_VERSION=3.3 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION=3.4 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514 +TERMUX_PKG_SHA256=58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb TERMUX_PKG_DEPENDS="libandroid-support, pcre" TERMUX_PKG_ESSENTIAL=true