From e1cbe13462ea4305e339ff7545221e32979ce99f Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 11 Mar 2025 22:49:30 +0100 Subject: [PATCH] package/libedit: bump to 20250104-3.1 Changelog: 2025-01-04 Jess Thrysoee * all: sync with upstream source 2024-08-08 Jess Thrysoee * all: sync with upstream source * doc/Makefile.am: fix regression. Name all manpage links as el_* (e.g. el_history.3) to avoid conflicts. Reported by Zopolis4 2024-05-17 Jess Thrysoee * all: sync with upstream source Upstream changes are theoretically viewable at [1] but not in a very readable form. [1] http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit Signed-off-by: Marcus Hoffmann Signed-off-by: Julien Olivain --- package/libedit/libedit.hash | 2 +- package/libedit/libedit.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libedit/libedit.hash b/package/libedit/libedit.hash index c2ed7f773f..08eb889ee2 100644 --- a/package/libedit/libedit.hash +++ b/package/libedit/libedit.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad libedit-20230828-3.1.tar.gz +sha256 23792701694550a53720630cd1cd6167101b5773adddcb4104f7345b73a568ac libedit-20250104-3.1.tar.gz sha256 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649 COPYING diff --git a/package/libedit/libedit.mk b/package/libedit/libedit.mk index 98e29a9b1a..9b480958d3 100644 --- a/package/libedit/libedit.mk +++ b/package/libedit/libedit.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBEDIT_VERSION = 20230828-3.1 +LIBEDIT_VERSION = 20250104-3.1 LIBEDIT_SITE = https://www.thrysoee.dk/editline LIBEDIT_INSTALL_STAGING = YES LIBEDIT_DEPENDENCIES = ncurses