From: Francois Perrad Date: Tue, 2 Jun 2015 16:32:56 +0000 (+0200) Subject: linenoise: bump to version 1.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5174eb2eed2c2bdab0e3980e258156fbd1daef81;p=buildroot.git linenoise: bump to version 1.0 Signed-off-by: Francois Perrad Signed-off-by: Peter Korsgaard --- diff --git a/package/linenoise/linenoise.mk b/package/linenoise/linenoise.mk index 7321564d29..64a7b7c8dc 100644 --- a/package/linenoise/linenoise.mk +++ b/package/linenoise/linenoise.mk @@ -4,7 +4,7 @@ # ################################################################################ -LINENOISE_VERSION = cf1bdf5f89e10b504a0bec3efc8a8587eadecd2c +LINENOISE_VERSION = 1.0 LINENOISE_SITE = $(call github,antirez,linenoise,$(LINENOISE_VERSION)) LINENOISE_LICENSE = BSD-2c LINENOISE_LICENSE_FILES = LICENSE