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 | |
parent | 5b201840a170797ff18a1fa48519240eee956a1f (diff) | |
download | slackbuilds-083541f70d28cf8f10a08294977755d330a6d1e2.tar.gz |
games/colem: Updated for version 4.6.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/colem')
-rw-r--r-- | games/colem/colem.SlackBuild | 4 | ||||
-rw-r--r-- | games/colem/colem.info | 6 |
2 files changed, 6 insertions, 4 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} diff --git a/games/colem/colem.info b/games/colem/colem.info index 250ec4d02d..84e6876d0f 100644 --- a/games/colem/colem.info +++ b/games/colem/colem.info @@ -1,8 +1,8 @@ PRGNAM="colem" -VERSION="4.2" +VERSION="4.6" HOMEPAGE="http://fms.komkon.org/ColEm/" -DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/ColEm42-Source.zip" -MD5SUM="0e6effe3476bac014dd6040fab82c8b2" +DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/ColEm46-Source.zip" +MD5SUM="ef991440e17ce46483ea3152acd3c98f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |