From 8da7deef9f365a6176a447eab4e72a6efdfd1149 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 10 Oct 2021 16:36:55 -0400 Subject: games/alephone: Updated for version 20210408. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- games/alephone/alephone.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'games/alephone/alephone.SlackBuild') diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index 05f3e55657..f5ee5c4bc6 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. +# 20211010 bkw: update for 20210408 # 20201026 bkw: update for 20201026 # 20191209 bkw: update for 20190331 # 20150915 bkw: @@ -16,7 +17,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alephone -VERSION=${VERSION:-20201026} +VERSION=${VERSION:-20210408} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -29,9 +30,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 -- cgit v1.2.3