diff options
author | B. Watson <urchlay@slackware.uk> | 2024-03-20 15:38:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-23 08:17:13 +0700 |
commit | df3c06fde2c5ea1bea5abe8031638cd90a82b467 (patch) | |
tree | 7f1088d3086ed37c7f6b2fe1fceaa80aefdbc13d /games | |
parent | 601bf2a3538d960cd259f2d17e708d2adb3998b9 (diff) |
games/alephone: Updated for version 20240119.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0b59cdac413a..cc44600a5095 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. +# 20240320 bkw: update for 20240119 # 20230716 bkw: update for 20230529 # 20230108 bkw: update for 20221126 # 20211010 bkw: update for 20210408 @@ -19,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alephone -VERSION=${VERSION:-20230529} +VERSION=${VERSION:-20240119} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/alephone/alephone.info b/games/alephone/alephone.info index 01bf7f062fc6..c352b1c1748e 100644 --- a/games/alephone/alephone.info +++ b/games/alephone/alephone.info @@ -1,8 +1,8 @@ PRGNAM="alephone" -VERSION="20230529" +VERSION="20240119" HOMEPAGE="https://alephone.lhowon.org/" -DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20230529/AlephOne-20230529.tar.bz2" -MD5SUM="27a566c7b4059344c637dc7169b2629d" +DOWNLOAD="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-20240119/AlephOne-20240119.tar.bz2" +MD5SUM="a4ff8cd07f052190f02982d7773ca3b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua zziplib" |