mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
grep: bump to version 2.14
[Peter: License is GPLv3+] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
b3578cb0e4
commit
676cec3591
@@ -4,9 +4,11 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
GREP_VERSION = 2.13
|
||||
GREP_VERSION = 2.14
|
||||
GREP_SITE = $(BR2_GNU_MIRROR)/grep
|
||||
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
|
||||
GREP_LICENSE = GPLv3+
|
||||
GREP_LICENSE_FILES = COPYING
|
||||
GREP_CONF_OPT = --disable-perl-regexp --without-included-regex
|
||||
GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user