diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-19 02:46:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-23 08:44:17 +0700 |
commit | 083541f70d28cf8f10a08294977755d330a6d1e2 (patch) | |
tree | abcf19aa693d44d7da3e981707d851e527ea9477 /games/colem/colem.SlackBuild | |
parent | 5b201840a170797ff18a1fa48519240eee956a1f (diff) |
games/colem: Updated for version 4.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 a4fa1fa674f71..e6d89d3554f52 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} |