From: Marcin Niestroj Date: Wed, 2 Oct 2019 11:35:13 +0000 (+0200) Subject: package/turbolua: bump version to 2.1.3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d177d84761acc8b13219fa8060fc350fe97cbe1;p=buildroot.git package/turbolua: bump version to 2.1.3 Signed-off-by: Marcin Niestroj Signed-off-by: Thomas Petazzoni --- diff --git a/package/turbolua/turbolua.hash b/package/turbolua/turbolua.hash index 164bb6139b..03744d83b4 100644 --- a/package/turbolua/turbolua.hash +++ b/package/turbolua/turbolua.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 a2c30534706fb475545b17a017c63479e93e5e9bf1f5ed88c0db22bb4ea7b4b1 turbolua-2.1.2.tar.gz +sha256 4dbfbe4919118977c2ca40a4da81054ffe407d09f38bf5420eec5ae1449299d3 turbolua-2.1.3.tar.gz diff --git a/package/turbolua/turbolua.mk b/package/turbolua/turbolua.mk index 58d66c5070..a85256a3e1 100644 --- a/package/turbolua/turbolua.mk +++ b/package/turbolua/turbolua.mk @@ -4,7 +4,7 @@ # ################################################################################ -TURBOLUA_VERSION = 2.1.2 +TURBOLUA_VERSION = 2.1.3 TURBOLUA_SITE = $(call github,kernelsauce,turbo,v$(TURBOLUA_VERSION)) TURBOLUA_DEPENDENCIES = luajit TURBOLUA_LICENSE = Apache-2.0