diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-16 00:47:58 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-22 15:52:56 +0700 |
commit | f840e0f0042593cd6e7b82257c2cd32fbb9a695b (patch) | |
tree | 5a26b30fedb3a0d22895f93a8b224d02d4ea3452 /games/alephone | |
parent | 4b340eb86df5fc74001d2d88c2de5dedf62b195a (diff) |
games/alephone: Updated for version 20230529.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/alephone')
-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 c22c26268fe8..0b59cdac413a 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 658cf14361e9..01bf7f062fc6 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" |