diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-05 06:21:27 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-05 18:24:39 +0700 |
commit | 766dd8d0d0c1f9b86ac6c14193f5e3789a9a2d23 (patch) | |
tree | 264939ccabc1518c240ae5119e309037af16e81c | |
parent | cdfe167a30ce9f3daeb5e244c4e8e00319df5221 (diff) | |
download | slackbuilds-766dd8d0d0c1f9b86ac6c14193f5e3789a9a2d23.tar.gz |
games/freeorion: Updated for version 0.4.5_rc3
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | games/freeorion/doinst.sh | 1 | ||||
-rw-r--r-- | games/freeorion/freeorion.SlackBuild | 2 | ||||
-rw-r--r-- | games/freeorion/freeorion.info | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/games/freeorion/doinst.sh b/games/freeorion/doinst.sh index 58e0b447c3..0a02ce22c8 100644 --- a/games/freeorion/doinst.sh +++ b/games/freeorion/doinst.sh @@ -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 diff --git a/games/freeorion/freeorion.SlackBuild b/games/freeorion/freeorion.SlackBuild index aa166d86c2..3359deeed5 100644 --- a/games/freeorion/freeorion.SlackBuild +++ b/games/freeorion/freeorion.SlackBuild @@ -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} diff --git a/games/freeorion/freeorion.info b/games/freeorion/freeorion.info index 24f5b613e4..87c098c653 100644 --- a/games/freeorion/freeorion.info +++ b/games/freeorion/freeorion.info @@ -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" |