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:
parent
65d3741cdc
commit
3719f5c58f
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue