games/connectagram: Updated for version 1.2.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2016-10-13 06:59:21 +07:00 committed by Willy Sudiarto Raharjo
parent a5ed1c87c4
commit a8dadf26e8
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2013-2014 LEVAI Daniel
# Copyright (c) 2013-2016 LEVAI Daniel
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
# Build script for connectagram
PRGNAM=connectagram
VERSION=${VERSION:-1.1.2}
VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,7 @@ find -L . \
mkdir build
cd build
qmake PREFIX=$PKG/usr ../
qmake-qt5 PREFIX=$PKG/usr ../
CFLAGS="$SLKCFLAGS" make
make install
cd ..

View file

@ -1,10 +1,10 @@
PRGNAM="connectagram"
VERSION="1.1.2"
VERSION="1.2.3"
HOMEPAGE="http://gottcode.org/connectagram/"
DOWNLOAD="http://gottcode.org/connectagram/connectagram-1.1.2-src.tar.bz2"
MD5SUM="036b0ab02274d6c9bed75c437513baeb"
DOWNLOAD="http://gottcode.org/connectagram/connectagram-1.2.3-src.tar.bz2"
MD5SUM="47afc86606cc262f12a4e6db6b75eee1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="qt5"
MAINTAINER="LEVAI Daniel"
EMAIL="leva@ecentrum.hu"