games/freeorion: Updated for version 0.4.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d03892e3ea
commit
746344fc30
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for freeorion
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
SRCNAM=FreeOrion
|
||||
PRGNAM=${SRCNAM,,}
|
||||
SRCVER=${SRCVER:-v0.4.6_2016-09-16.49f9123}
|
||||
SRCVER=${SRCVER:-v0.4.7_2017-04-24.60d06dc}
|
||||
VERSION=$(echo $SRCVER | cut -c2-6)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="freeorion"
|
||||
VERSION="0.4.6"
|
||||
VERSION="0.4.7"
|
||||
HOMEPAGE="http://www.freeorion.org"
|
||||
DOWNLOAD="https://github.com/freeorion/freeorion/releases/download/v0.4.6/FreeOrion_v0.4.6_2016-09-16.49f9123_Source.tar.gz"
|
||||
MD5SUM="2927818ca87834ec7cc6e77b11619186"
|
||||
DOWNLOAD="https://github.com/freeorion/freeorion/releases/download/v0.4.7/FreeOrion_v0.4.7_2017-04-24.60d06dc_Source.tar.gz"
|
||||
MD5SUM="30db1505f398403df04707b6e69f79f2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2 OpenAL"
|
||||
|
|
Loading…
Reference in New Issue