mbox

[v2] lua: update to 5.3.4

Message ID 20170615052705.19854-1-marcel.lorenz@ipfire.org
State Dropped
Headers

Message

Marcel Lorenz June 15, 2017, 3:27 p.m. UTC
  Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
 lfs/lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer June 15, 2017, 9:20 p.m. UTC | #1
PLEASE READ what I write in my emails.

The merge window for the next core update is not open at the moment and
therefore this has no chance to get merged right now.

On Thu, 2017-06-15 at 07:27 +0200, Marcel Lorenz wrote:
> Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
> ---
>  lfs/lua | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/lua b/lfs/lua
> index 6a6a959..48f8a88 100644
> --- a/lfs/lua
> +++ b/lfs/lua
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 5.3.0
> +VER        = 5.3.4
>  
>  THISAPP    = lua-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = a1b0a7e92d0c85bbff7a8d27bf29f8af
> +$(DL_FILE)_MD5 = 53a9c68bcc0eda58bdc2095ad5cdfc63
>  
>  install : $(TARGET)
>