diff options
author | B. Watson <urchlay@slackware.uk> | 2024-10-25 05:10:21 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-26 08:29:12 +0700 |
commit | 69dd90aae926fbbd891bd15da4cb5b476776d006 (patch) | |
tree | a7d41173771bb299b3e5ef06565d24b6b9ead3ad | |
parent | 67e5091d69db3857eec4cda077728ed68d63fc62 (diff) |
games/alephone: Updated for version 20240822.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 1d05044e0c6a..cb646e4074b4 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. +# 20241025 bkw: update for 20240822 # 20240808 bkw: update for 20240712 # 20240320 bkw: update for 20240119 # 20230716 bkw: update for 20230529 @@ -21,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alephone -VERSION=${VERSION:-20240712} +VERSION=${VERSION:-20240822} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/alephone/alephone.info b/games/alephone/alephone.info index 8755fa7809e4..ea54adf4e190 100644 --- a/games/alephone/alephone.info +++ b/games/alephone/alephone.info @@ -1,8 +1,8 @@ PRGNAM="alephone" -VERSION="20240712" +VERSION="20240822" HOMEPAGE="https://alephone.lhowon.org/" -DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20240712/AlephOne-20240712.tar.bz2" -MD5SUM="2bbe06eb1181e4343f3097df05dc8e1b" +DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20240822/AlephOne-20240822.tar.bz2" +MD5SUM="52f298ca8e75da9fcb0ba072b234ff11" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua zziplib" |