games/freeorion: Updated for version 0.4.5_rc3
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
cdfe167a30
commit
766dd8d0d0
|
@ -4,4 +4,5 @@ fi
|
|||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=freeorion
|
||||
SRCVER=${SRCVER:-0.4.5-rc1}
|
||||
SRCVER=${SRCVER:-0.4.5-rc3}
|
||||
VERSION=$(echo $SRCVER | tr - _)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="freeorion"
|
||||
VERSION="0.4.5_rc1"
|
||||
VERSION="0.4.5_rc3"
|
||||
HOMEPAGE="http://www.freeorion.org"
|
||||
DOWNLOAD="https://github.com/freeorion/freeorion/archive/v0.4.5-rc1.tar.gz"
|
||||
MD5SUM="48fbb2d5827c5a48787b3009b022b6b1"
|
||||
DOWNLOAD="https://github.com/freeorion/freeorion/archive/v0.4.5-rc3.tar.gz"
|
||||
MD5SUM="7112718b9c58d4471cdba99671e12cab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2 OpenAL"
|
||||
|
|
Loading…
Reference in New Issue