mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-15 00:03:39 +08:00
package/readline: bump version to 8.1.2
For details see [1]. [1] http://git.savannah.gnu.org/cgit/readline.git/log Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b399de3a12
commit
d958ae450d
@ -1,5 +1,6 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02 readline-8.1.tar.gz
|
||||
# Locally calculated after checking pgp signature from
|
||||
# https://ftp.gnu.org/gnu/readline/readline-8.1.2.tar.gz.sig
|
||||
sha256 7589a2381a8419e68654a47623ce7dfcb756815c8fee726b98f90bf668af7bc6 readline-8.1.2.tar.gz
|
||||
|
||||
# Hash for license file
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
READLINE_VERSION = 8.1
|
||||
READLINE_VERSION = 8.1.2
|
||||
READLINE_SITE = $(BR2_GNU_MIRROR)/readline
|
||||
READLINE_INSTALL_STAGING = YES
|
||||
READLINE_DEPENDENCIES = ncurses host-autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user