diff options
Diffstat (limited to 'games/colem/colem.SlackBuild')
-rw-r--r-- | games/colem/colem.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild index 9ecb7fb846e20..9f3f0d6776b12 100644 --- a/games/colem/colem.SlackBuild +++ b/games/colem/colem.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210220 bkw: updated for 5.5. # 20201026 bkw: # - updated for 5.4. # - make the slack-desc say whether or not the ROM is included. @@ -63,7 +64,7 @@ # with OSS modules disabled by default. PRGNAM=colem -VERSION=${VERSION:-5.4} +VERSION=${VERSION:-5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |