summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/lua53/lua53.SlackBuild5
-rw-r--r--development/lua53/lua53.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/development/lua53/lua53.SlackBuild b/development/lua53/lua53.SlackBuild
index 7eb3181b3e..830ec8078a 100644
--- a/development/lua53/lua53.SlackBuild
+++ b/development/lua53/lua53.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lua53
SRCNAM=${PRGNAM%??}
-VERSION=${VERSION:-5.3.4}
+VERSION=${VERSION:-5.3.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/development/lua53/lua53.info b/development/lua53/lua53.info
index 9cb2a514ec..0530fa6ee2 100644
--- a/development/lua53/lua53.info
+++ b/development/lua53/lua53.info
@@ -1,8 +1,8 @@
PRGNAM="lua53"
-VERSION="5.3.4"
+VERSION="5.3.6"
HOMEPAGE="https://www.lua.org/"
-DOWNLOAD="https://www.lua.org/ftp/lua-5.3.4.tar.gz"
-MD5SUM="53a9c68bcc0eda58bdc2095ad5cdfc63"
+DOWNLOAD="https://www.lua.org/ftp/lua-5.3.6.tar.gz"
+MD5SUM="83f23dbd5230140a3770d5f54076948d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""