games/commandergenius: Updated for version 2.3.8.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2019-12-02 18:33:04 -05:00 committed by Willy Sudiarto Raharjo
parent 2290ca8d03
commit 2b8a1407c9
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 5 deletions

View file

@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20191202 bkw: updated for 2.3.8
# 20180911 bkw: updated for 2.2.3
# 20180709 bkw: updated for 2.2.2
# - upstream moved the project from github to gitlab. one nice side-effect
@ -26,7 +27,7 @@
# 20170122 bkw: updated for 1.9.8.1beta.
PRGNAM=commandergenius
VERSION=${VERSION:-2.2.3}
VERSION=${VERSION:-2.3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="commandergenius"
VERSION="2.2.3"
VERSION="2.3.8"
HOMEPAGE="https://gitlab.com/Dringgstein/Commander-Genius"
DOWNLOAD="https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v2.2.3/Commander-Genius-v2.2.3.tar.bz2"
MD5SUM="cfa4a3155f368e882a5a04e07278d5f1"
DOWNLOAD="https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v2.3.8/Commander-Genius-v2.3.8.tar.bz2"
MD5SUM="5a7376accf16ede1e626ae337e3bf711"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image SDL2_mixer python3"
REQUIRES="SDL2_ttf SDL2_image SDL2_mixer python3"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"