[Buildroot] [git commit] package/luvi: fixup the 'v' prefix in the version

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Sep 15 14:09:20 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=a014dc55d311e5aaf87655950f72b384c4be3368
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

In order for the luvi version to match what is given by
release-monitoring.org, the 'v' prefix should be encoded in
LUVI_SOURCE and LUVI_SITE and not LUVI_VERSION.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/luvi/luvi.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/luvi/luvi.mk b/package/luvi/luvi.mk
index ea296d2d7b..b6454ed32b 100644
--- a/package/luvi/luvi.mk
+++ b/package/luvi/luvi.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LUVI_VERSION = v2.9.3
-LUVI_SOURCE = luvi-src-$(LUVI_VERSION).tar.gz
-LUVI_SITE = https://github.com/luvit/luvi/releases/download/$(LUVI_VERSION)
+LUVI_VERSION = 2.9.3
+LUVI_SOURCE = luvi-src-v$(LUVI_VERSION).tar.gz
+LUVI_SITE = https://github.com/luvit/luvi/releases/download/v$(LUVI_VERSION)
 LUVI_LICENSE = Apache-2.0
 LUVI_LICENSE_FILES = LICENSE.txt
 LUVI_DEPENDENCIES = libuv luajit luv host-luajit


More information about the buildroot mailing list