diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-10-13 21:56:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-17 08:02:49 +0700 |
commit | 406cd763fa6a4e54e9a7bb6c8e1838a13cd7c8d0 (patch) | |
tree | 697eac3391e7083cd121bb81c22b3e7b517ec3cf /development/kForth-64/kForth-64.SlackBuild | |
parent | 925077e484745e1b3edaa1f6ebb7714fd208364e (diff) |
development/kForth-64: Updated for version 0.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kForth-64/kForth-64.SlackBuild')
-rw-r--r-- | development/kForth-64/kForth-64.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/kForth-64/kForth-64.SlackBuild b/development/kForth-64/kForth-64.SlackBuild index 493078009a..2cbddcb173 100644 --- a/development/kForth-64/kForth-64.SlackBuild +++ b/development/kForth-64/kForth-64.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kForth-64 -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023-2024 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kForth-64 -VERSION=${VERSION:-0.4.3} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |