1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-05 11:37:10 +01:00

Bump grep version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2020-03-13 12:11:51 +01:00
parent 65d3741cdc
commit 3719f5c58f

View file

@ -1,8 +1,8 @@
VERSION="3.3"
VERSION="3.4"
SRCDIR="grep-${VERSION}"
TARBALL="${SRCDIR}.tar.xz"
URL="https://ftp.gnu.org/gnu/grep/"
SHA256SUM="b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514"
SHA256SUM="58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb"
DEPENDS="toolchain"
prepare() {