diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2016-10-13 06:59:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-13 06:59:53 +0700 |
commit | c7862a73a84fb41eef0eec7e0203f45820c41018 (patch) | |
tree | 650aa79d811b7b1fb98098dad42216452e6ac1d8 | |
parent | a8dadf26e86f7092d46181eefc9111b2f34070e1 (diff) | |
download | slackbuilds-c7862a73a84fb41eef0eec7e0203f45820c41018.tar.gz |
games/cutemaze: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/cutemaze/cutemaze.SlackBuild | 4 | ||||
-rw-r--r-- | games/cutemaze/cutemaze.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/cutemaze/cutemaze.SlackBuild b/games/cutemaze/cutemaze.SlackBuild index cf1af96c29..4eaa2e3822 100644 --- a/games/cutemaze/cutemaze.SlackBuild +++ b/games/cutemaze/cutemaze.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2013 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 cutemaze PRGNAM=cutemaze -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/cutemaze/cutemaze.info b/games/cutemaze/cutemaze.info index 821b4aff19..0f14061047 100644 --- a/games/cutemaze/cutemaze.info +++ b/games/cutemaze/cutemaze.info @@ -1,8 +1,8 @@ PRGNAM="cutemaze" -VERSION="1.1.0" +VERSION="1.1.1" HOMEPAGE="http://gottcode.org/cutemaze/" -DOWNLOAD="http://gottcode.org/cutemaze/cutemaze-1.1.0-src.tar.bz2" -MD5SUM="ffe91cbd4e249393ef2474bf62846f2e" +DOWNLOAD="http://gottcode.org/cutemaze/cutemaze-1.1.1-src.tar.bz2" +MD5SUM="1108e0c62acfc9a354e8fa4e9a071eb1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |