diff options
Diffstat (limited to 'games/colem/colem.SlackBuild')
-rw-r--r-- | games/colem/colem.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/colem/colem.SlackBuild b/games/colem/colem.SlackBuild index a4fa1fa674..e6d89d3554 100644 --- a/games/colem/colem.SlackBuild +++ b/games/colem/colem.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180619 bkw: updated for 4.6. + # 20171218 bkw: updated for 4.2. # - upstream started using PulseAudio, but I want to be able to build # with or without it, so added PULSE=no option. @@ -55,7 +57,7 @@ # with OSS modules disabled by default. PRGNAM=colem -VERSION=${VERSION:-4.2} +VERSION=${VERSION:-4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |