diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2019-01-12 07:48:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 07:48:18 +0700 |
commit | 396216e32cde78762c486ec416b3f8cf95a860b2 (patch) | |
tree | c306edcd9218a18f2427ec366ee6c32c2bc92e2a /games | |
parent | f73ea6e1941c789016333ed660b36dd4ed9943a9 (diff) |
games/connectagram: Updated for version 1.2.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/connectagram/connectagram.SlackBuild | 4 | ||||
-rw-r--r-- | games/connectagram/connectagram.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/connectagram/connectagram.SlackBuild b/games/connectagram/connectagram.SlackBuild index 7bd504f32a15..e9bc2dfad87a 100644 --- a/games/connectagram/connectagram.SlackBuild +++ b/games/connectagram/connectagram.SlackBuild @@ -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} diff --git a/games/connectagram/connectagram.info b/games/connectagram/connectagram.info index 2459a9127af5..853f17a0be20 100644 --- a/games/connectagram/connectagram.info +++ b/games/connectagram/connectagram.info @@ -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" |