[openwrt/openwrt] tools/sed: update to 4.9
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 18 12:09:38 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/64373d2a1280c8515621374303f7c7571e8b6ff4
commit 64373d2a1280c8515621374303f7c7571e8b6ff4
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Nov 17 10:51:07 2022 +0100
tools/sed: update to 4.9
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2022-11/msg00001.html
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
tools/sed/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 4218ac2d59..5cc15a3397 100644
--- a/tools/sed/Makefile
+++ b/tools/sed/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sed
-PKG_VERSION:=4.8
+PKG_VERSION:=4.9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=f79b0cfea71b37a8eeec8490db6c5f7ae7719c35587f21edb0617f370eeff633
+PKG_HASH:=6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181
export SED:=
HOST_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list