From eaf73ff38509b4c0ac067e81442c44f9c4e3796d Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 8 Dec 2015 22:44:47 +0000 Subject: [PATCH] lua: bump version. --- dev-lang/lua/{lua-5.3.1.recipe => lua-5.3.2.recipe} | 4 ++-- .../{lua-5.3.1.gcc2.patchset => lua-5.3.2.gcc2.patchset} | 0 .../lua/patches/{lua-5.3.1.patchset => lua-5.3.2.patchset} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename dev-lang/lua/{lua-5.3.1.recipe => lua-5.3.2.recipe} (96%) rename dev-lang/lua/patches/{lua-5.3.1.gcc2.patchset => lua-5.3.2.gcc2.patchset} (100%) rename dev-lang/lua/patches/{lua-5.3.1.patchset => lua-5.3.2.patchset} (100%) diff --git a/dev-lang/lua/lua-5.3.1.recipe b/dev-lang/lua/lua-5.3.2.recipe similarity index 96% rename from dev-lang/lua/lua-5.3.1.recipe rename to dev-lang/lua/lua-5.3.2.recipe index f5e30e859..2ab8b11df 100644 --- a/dev-lang/lua/lua-5.3.1.recipe +++ b/dev-lang/lua/lua-5.3.2.recipe @@ -8,10 +8,10 @@ collection, making it ideal for configuration, scripting, and rapid prototyping. " HOMEPAGE="http://www.lua.org" SOURCE_URI="http://www.lua.org/ftp/lua-$portVersion.tar.gz" -CHECKSUM_SHA256="072767aad6cc2e62044a66e8562f51770d941e972dc1e4068ba719cd8bffac17" +CHECKSUM_SHA256="c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da68f" LICENSE="MIT" COPYRIGHT="1994-2015, Lua.org, PUC-Rio" -REVISION="2" +REVISION="1" ARCHITECTURES="x86 x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86" diff --git a/dev-lang/lua/patches/lua-5.3.1.gcc2.patchset b/dev-lang/lua/patches/lua-5.3.2.gcc2.patchset similarity index 100% rename from dev-lang/lua/patches/lua-5.3.1.gcc2.patchset rename to dev-lang/lua/patches/lua-5.3.2.gcc2.patchset diff --git a/dev-lang/lua/patches/lua-5.3.1.patchset b/dev-lang/lua/patches/lua-5.3.2.patchset similarity index 100% rename from dev-lang/lua/patches/lua-5.3.1.patchset rename to dev-lang/lua/patches/lua-5.3.2.patchset