package/linenoise: bump linenoise to latest commit
The last (and only) release was made 7 years ago and there are 23 newer commits since then. This bumps linenoise to the latest commit in the git repo, 97d2850af13c ("Use unsigned int instead of uint like rest of code base.") Cc: Quentin Schulz <foss+buildroot@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b1c821b9f7
commit
35e8b1fd63
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 f5054a4fe120d43d85427cf58af93e56b9bb80389d507a9bec9b75531a340014 linenoise-1.0.tar.gz
|
||||
sha256 1086f82fbf30b0618b1953b05d33db62c68fc7ce49391ce1374192f776fde72d linenoise-97d2850af13c339369093b78abe5265845d78220.tar.gz
|
||||
sha256 efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LINENOISE_VERSION = 1.0
|
||||
LINENOISE_VERSION = 97d2850af13c339369093b78abe5265845d78220
|
||||
LINENOISE_SITE = $(call github,antirez,linenoise,$(LINENOISE_VERSION))
|
||||
LINENOISE_LICENSE = BSD-2-Clause
|
||||
LINENOISE_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user