lua51: bump version.

This commit is contained in:
Jerome Duval
2017-10-13 18:54:28 +02:00
parent a103299ef0
commit 9a7d02dd25
2 changed files with 4 additions and 4 deletions

View File

@@ -8,11 +8,11 @@ prototyping."
HOMEPAGE="http://www.lua.org"
COPYRIGHT="1994-2009, Lua.org, PUC-Rio"
LICENSE="MIT"
REVISION="8"
SOURCE_URI="http://www.lua.org/ftp/lua-5.1.4.tar.gz"
CHECKSUM_SHA256="b038e225eaf2a5b57c9bcc35cd13aa8c6c8288ef493d52970c9545074098af3a"
REVISION="1"
SOURCE_URI="http://www.lua.org/ftp/lua-$portVersion.tar.gz"
CHECKSUM_SHA256="2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333"
SOURCE_DIR="lua-$portVersion"
PATCHES="lua-5.1.4.patchset"
PATCHES="lua-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"