diff options
author | B. Watson <yalhcru@gmail.com> | 2017-08-19 14:12:10 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2017-08-19 14:12:10 -0400 |
commit | 19e326de11fec93daf29583acf90fb3972e93d1a (patch) | |
tree | 3c4afa451c316c2d7b8b040193fbfaa74755f713 /games | |
parent | a97990484c2ce57c5ab223782d8d6e7944168baf (diff) | |
download | slackbuilds-19e326de11fec93daf29583acf90fb3972e93d1a.tar.gz |
games/colem: Updated for version 4.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/colem/colem.SlackBuild | 6 | ||||
-rw-r--r-- | games/colem/colem.info | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild index 0c0b037ec8..8e7de638a8 100644 --- a/games/colem/colem.SlackBuild +++ b/games/colem/colem.SlackBuild @@ -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} diff --git a/games/colem/colem.info b/games/colem/colem.info index d8fce5d84a..d4293b9688 100644 --- a/games/colem/colem.info +++ b/games/colem/colem.info @@ -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="" |