mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/premake: Updated for version 4.4_beta4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
bdd40ea6b5
commit
f973762f93
3 changed files with 4 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue