aboutsummaryrefslogtreecommitdiff
path: root/utils/grep
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-08-09 19:33:45 -0700
committerGitHub <noreply@github.com>2018-08-09 19:33:45 -0700
commit5f01c1513748246f2f477066b79e2c2fa7a16e92 (patch)
treec4eb52be5abcff65804a50d9a166255dbb60ffd9 /utils/grep
parentba5e9aa9458c6d12ec8acc3798ea95c3c0cc897a (diff)
grep: Update to 3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/grep')
-rw-r--r--utils/grep/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/utils/grep/Makefile b/utils/grep/Makefile
index 0b7d5daf1..d8397fe97 100644
--- a/utils/grep/Makefile
+++ b/utils/grep/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=grep
-PKG_VERSION:=2.26
+PKG_VERSION:=3.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/grep
-PKG_HASH:=246a8fb37e82aa33d495b07c22fdab994c039ab0f818538eac81b01e78636870
+PKG_HASH:=db625c7ab3bb3ee757b3926a5cfa8d9e1c3991ad24707a83dde8a5ef2bf7a07e
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=COPYING
@@ -24,14 +24,12 @@ PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
-TARGET_CFLAGS+=--std=gnu99
-
define Package/grep
SECTION:=utils
CATEGORY:=Utilities
TITLE:=grep search utility - full version
DEPENDS:=+libpcre
- URL:=http://www.gnu.org/software/grep/
+ URL:=https://www.gnu.org/software/grep/
endef
define Package/grep/description