X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/34b46b56de338349dfa321a01397364b3c52b449..c2c270c5db6879060d26f9e672e1045ded5d0ba3:/packages/grep/build.sh diff --git a/packages/grep/build.sh b/packages/grep/build.sh index b6044496..26bb0b94 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_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_DEPENDS="pcre" -TERMUX_PKG_VERSION=2.26 +TERMUX_PKG_VERSION=2.27 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz