diff options
-rw-r--r-- | development/premake/README | 2 | ||||
-rw-r--r-- | development/premake/premake.SlackBuild | 2 | ||||
-rw-r--r-- | development/premake/premake.info | 6 |
3 files changed, 4 insertions, 6 deletions
diff --git a/development/premake/README b/development/premake/README index a203db297c00..0bc555b2b928 100644 --- a/development/premake/README +++ b/development/premake/README @@ -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. diff --git a/development/premake/premake.SlackBuild b/development/premake/premake.SlackBuild index 615cf3277051..43be8ce6c899 100644 --- a/development/premake/premake.SlackBuild +++ b/development/premake/premake.SlackBuild @@ -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} diff --git a/development/premake/premake.info b/development/premake/premake.info index e0bbe14bd262..f7640dbf2796 100644 --- a/development/premake/premake.info +++ b/development/premake/premake.info @@ -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" |