diff options
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} |