games/cutemaze: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a8dadf26e8
commit
c7862a73a8
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue