Browse Source

grep: Update from 2.22 to 2.23

android-5
Fredrik Fornwall 9 years ago
parent
commit
c734c1a3c5
  1. 2
      packages/grep/build.sh

2
packages/grep/build.sh

@ -1,5 +1,5 @@
TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/grep/ 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_DESCRIPTION="Command which searches one or more input files for lines containing a match to a specified pattern"
TERMUX_PKG_DEPENDS="pcre" TERMUX_PKG_DEPENDS="pcre"
TERMUX_PKG_VERSION=2.22 TERMUX_PKG_VERSION=2.23
TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/grep/grep-${TERMUX_PKG_VERSION}.tar.xz

Loading…
Cancel
Save