diff mbox series

[1/1] package/luvi: fixup the 'v' prefix in the version

Message ID 20190911181901.5201-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/luvi: fixup the 'v' prefix in the version | expand

Commit Message

Fabrice Fontaine Sept. 11, 2019, 6:19 p.m. UTC
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@gmail.com>
---
 package/luvi/luvi.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Sept. 15, 2019, 2:10 p.m. UTC | #1
On Wed, 11 Sep 2019 20:19:01 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> 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@gmail.com>
> ---
>  package/luvi/luvi.mk | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

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