aboutsummaryrefslogtreecommitdiff
path: root/utils/grep
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-02-14 16:01:54 -0800
committerRosen Penev <rosenp@gmail.com>2020-02-14 16:09:15 -0800
commit90e5185ec18b1cb459cd44622f846da74a4717b4 (patch)
tree215c765ec2f0eab6bb447bce2a2a693383993a4e /utils/grep
parent8cd7528cb0aa4afa750131d9fddf690e6e56943c (diff)
grep: update to 3.4
Fix license information. Install e/fgrep symlinks as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/grep')
-rw-r--r--utils/grep/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/grep/Makefile b/utils/grep/Makefile
index cd0fe6e76..f649690de 100644
--- a/utils/grep/Makefile
+++ b/utils/grep/Makefile
@@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=grep
-PKG_VERSION:=3.3
+PKG_VERSION:=3.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/grep
-PKG_HASH:=b960541c499619efd6afe1fa795402e4733c8e11ebf9fafccc0bb4bccdc5b514
+PKG_HASH:=58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb
PKG_MAINTAINER:=Julen Landa Alustiza <julen@zokormazo.info>
-PKG_LICENSE:=GPL-3.0
+PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:gnu:grep
@@ -41,7 +41,7 @@ endef
define Package/grep/install
$(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/grep $(1)/usr/bin/grep
+ $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
endef
define Package/grep/postinst