From 35e8b1fd63fd38d95d64a1ec2a43f465f800a988 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 12 Sep 2022 12:16:19 +0200 Subject: [PATCH] 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 Signed-off-by: Quentin Schulz Signed-off-by: Thomas Petazzoni --- package/linenoise/linenoise.hash | 2 +- package/linenoise/linenoise.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/linenoise/linenoise.hash b/package/linenoise/linenoise.hash index a1cabd9eff..9a1436eb8b 100644 --- a/package/linenoise/linenoise.hash +++ b/package/linenoise/linenoise.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 f5054a4fe120d43d85427cf58af93e56b9bb80389d507a9bec9b75531a340014 linenoise-1.0.tar.gz +sha256 1086f82fbf30b0618b1953b05d33db62c68fc7ce49391ce1374192f776fde72d linenoise-97d2850af13c339369093b78abe5265845d78220.tar.gz sha256 efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b LICENSE diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk index a8fe7674c2..fd2c4c7035 100644 --- a/package/linenoise/linenoise.mk +++ b/package/linenoise/linenoise.mk @@ -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