aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sed
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-05-01 13:00:13 +0200
committerJohn Crispin <john@phrozen.org>2018-05-05 07:13:41 +0200
commit2d913fc48d32f57bef00bfbb7ab1364b36da2258 (patch)
tree6b83a30dd541324d6e9c57e0d979e7f9546e4a89 /tools/sed
parent6cd2e1f9477bcd819e9ce43f405cf5b7a0ef90a3 (diff)
downloadupstream-2d913fc48d32f57bef00bfbb7ab1364b36da2258.tar.gz
upstream-2d913fc48d32f57bef00bfbb7ab1364b36da2258.tar.bz2
upstream-2d913fc48d32f57bef00bfbb7ab1364b36da2258.zip
tools/sed: Update to 4.5
Update sed to 4.5 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 5f47c6c4ba..834519b737 100644
--- a/tools/sed/Makefile
+++ b/tools/sed/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sed
-PKG_VERSION:=4.4
+PKG_VERSION:=4.5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=cbd6ebc5aaf080ed60d0162d7f6aeae58211a1ee9ba9bb25623daa6cd942683b
+PKG_HASH:=7aad73c8839c2bdadca9476f884d2953cdace9567ecd0d90f9959f229d146b40
export SED:=
HOST_BUILD_PARALLEL:=1