mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/colem: Updated for version 4.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a97990484c
commit
19e326de11
2 changed files with 8 additions and 4 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170819 bkw:
|
||||
# - updated for 4.1. according to upstream's docs, the only changes from
|
||||
# 4.0 to 4.1 are for windows, so don't expect any new features here.
|
||||
|
||||
# 20170627 bkw:
|
||||
# - updated for 4.0
|
||||
# - rework rom_path.diff, so this script can't build 3.8 any more
|
||||
|
@ -47,7 +51,7 @@
|
|||
# with OSS modules disabled by default.
|
||||
|
||||
PRGNAM=colem
|
||||
VERSION=${VERSION:-4.0}
|
||||
VERSION=${VERSION:-4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="colem"
|
||||
VERSION="4.0"
|
||||
VERSION="4.1"
|
||||
HOMEPAGE="http://fms.komkon.org/ColEm/"
|
||||
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/ColEm40-Source.zip"
|
||||
MD5SUM="62dbdf61903c9a5072f288c74d0a7805"
|
||||
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/ColEm41-Source.zip"
|
||||
MD5SUM="b44fe0b00db10ed2fb1791404d366e02"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue