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/colem/colem.SlackBuild | |
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/colem/colem.SlackBuild')
-rw-r--r-- | games/colem/colem.SlackBuild | 6 |
1 files changed, 5 insertions, 1 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} |