diff options
Diffstat (limited to 'development/lua53/lua53.SlackBuild')
-rw-r--r-- | development/lua53/lua53.SlackBuild | 5 |
1 files changed, 1 insertions, 4 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 |