diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-10 16:36:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:40 +0700 |
commit | 8da7deef9f365a6176a447eab4e72a6efdfd1149 (patch) | |
tree | 36b706c470a5e7f032c65bdfe1e992f42f351239 /games/alephone/alephone.SlackBuild | |
parent | 5c2345a2601b37d7ba8c1d8ca629e4a02d98ed6e (diff) |
games/alephone: Updated for version 20210408.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/alephone/alephone.SlackBuild')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index 05f3e55657519..f5ee5c4bc6cec 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 |