development/premake: Updated for version 4.4_beta4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
ponce 2012-08-12 09:42:59 +02:00 committed by Robby Workman
parent bdd40ea6b5
commit f973762f93
3 changed files with 4 additions and 6 deletions

View file

@ -6,5 +6,3 @@ you to manage your project configuration in one place and still
support those pesky IDE-addicted Windows coders. It also provides a
complete Lua scripting environment, enabling the automation of
complex configuration tasks.
This requires lua.

View file

@ -4,7 +4,7 @@
# Written by ponce <matteo.bernardini@gmail.com>
PRGNAM=premake
VERSION=${VERSION:-4.4_beta3}
VERSION=${VERSION:-4.4_beta4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="premake"
VERSION="4.4_beta3"
VERSION="4.4_beta4"
HOMEPAGE="http://industriousone.com/premake"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/premake-4.4-beta3-src.zip"
MD5SUM="1f0e00f137f1a635ce8b578223997218"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/premake-4.4-beta4-src.zip"
MD5SUM="ed9b3503ec29005399b37a9f10d8ded7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"