diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 3 | ||||
-rw-r--r-- | games/alephone/alephone.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index c22c26268fe85..0b59cdac413a9 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230716 bkw: update for 20230529 # 20230108 bkw: update for 20221126 # 20211010 bkw: update for 20210408 # 20201026 bkw: update for 20201026 @@ -18,7 +19,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alephone -VERSION=${VERSION:-20221126} +VERSION=${VERSION:-20230529} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/alephone/alephone.info b/games/alephone/alephone.info index 658cf14361e9f..01bf7f062fc62 100644 --- a/games/alephone/alephone.info +++ b/games/alephone/alephone.info @@ -1,8 +1,8 @@ PRGNAM="alephone" -VERSION="20221126" +VERSION="20230529" HOMEPAGE="https://alephone.lhowon.org/" -DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20221126/AlephOne-20221126.tar.bz2" -MD5SUM="af69c2bd18dddd87289747c8f53a62f4" +DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20230529/AlephOne-20230529.tar.bz2" +MD5SUM="27a566c7b4059344c637dc7169b2629d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua zziplib" |