diff options
Diffstat (limited to 'games/colem/colem.SlackBuild')
-rw-r--r-- | games/colem/colem.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild index 62a52fd03f5d2..0c0b037ec8c0d 100644 --- a/games/colem/colem.SlackBuild +++ b/games/colem/colem.SlackBuild @@ -6,6 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170627 bkw: +# - updated for 4.0 +# - rework rom_path.diff, so this script can't build 3.8 any more +# - update man page, add new -4x3 option + # 20161017 bkw: # - updated for 3.8 # - updated man page with new 3.8 options @@ -42,7 +47,7 @@ # with OSS modules disabled by default. PRGNAM=colem -VERSION=${VERSION:-3.8} +VERSION=${VERSION:-4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |