games/doomretro: Updated for version 2.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dugan Chen 2016-09-30 19:27:27 +07:00 committed by Willy Sudiarto Raharjo
parent f2df643687
commit cbdf5e312c
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=doomretro
VERSION=${VERSION:-2.2.4}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View File

@ -1,8 +1,8 @@
PRGNAM="doomretro"
VERSION="2.2.4"
VERSION="2.3"
HOMEPAGE="http://www.doomretro.com"
DOWNLOAD="https://github.com/bradharding/doomretro/archive/v2.2.4/doomretro-2.2.4.tar.gz"
MD5SUM="1e36486fb8095cfaf3ff1ee4fb6b34bf"
DOWNLOAD="https://github.com/bradharding/doomretro/archive/v2.3/doomretro-2.3.tar.gz"
MD5SUM="60901eaec604d06aa13116b71476b097"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2_image SDL2_mixer"