diff options
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 a4fa1fa674f7..e6d89d3554f5 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 250ec4d02d24..84e6876d0f69 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="" |