[openwrt/openwrt] readline: update to 8.1.2

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 31 14:26:04 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f15137c455f050f089b60269744ee1ba077b6386

commit f15137c455f050f089b60269744ee1ba077b6386
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Aug 29 08:25:03 2022 +0200

    readline: update to 8.1.2
    
    Update to latest version.
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/readline/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/readline/Makefile b/package/libs/readline/Makefile
index 9cf061a648..a6ceec1fce 100644
--- a/package/libs/readline/Makefile
+++ b/package/libs/readline/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=readline
-PKG_VERSION:=8.1
+PKG_VERSION:=8.1.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/readline
-PKG_HASH:=f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
+PKG_HASH:=7589a2381a8419e68654a47623ce7dfcb756815c8fee726b98f90bf668af7bc6
 
 PKG_LICENSE:=GPL-3.0-or-later
 PKG_LICENSE_FILES:=COPYING




More information about the lede-commits mailing list