development/luarocks: Updated for version 2.4.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Evandro Alves Rodrigues 2016-11-08 22:44:36 +00:00 committed by David Spencer
parent ec76c6ca03
commit e11a7b3646
2 changed files with 7 additions and 7 deletions

View File

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="luarocks"
VERSION=${VERSION:-2.2.1}
VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="luarocks"
VERSION="2.2.1"
VERSION="2.4.1"
HOMEPAGE="http://www.luarocks.org/"
DOWNLOAD="http://luarocks.org/releases/luarocks-2.2.1.tar.gz"
MD5SUM="718a0e8c257aace3ec16ebc2cfe9c696"
DOWNLOAD="http://luarocks.org/releases/luarocks-2.4.1.tar.gz"
MD5SUM="39ae81028259164e0a1aec5577fab065"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"