games/connectagram: Updated for version 1.2.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2019-01-12 07:48:18 +07:00 committed by Willy Sudiarto Raharjo
parent f73ea6e194
commit 396216e32c
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2013-2016 LEVAI Daniel
# Copyright (c) 2013-2019 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.2.4}
VERSION=${VERSION:-1.2.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="connectagram"
VERSION="1.2.4"
VERSION="1.2.9"
HOMEPAGE="https://gottcode.org/connectagram/"
DOWNLOAD="https://gottcode.org/connectagram/connectagram-1.2.4-src.tar.bz2"
MD5SUM="bf441c08a94cc40250bbbb0f1e62d021"
DOWNLOAD="https://gottcode.org/connectagram/connectagram-1.2.9-src.tar.bz2"
MD5SUM="e703f1bee7d6c331800c1131171101ca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"