diff options
Diffstat (limited to 'office/tapecalc/tapecalc.SlackBuild')
-rw-r--r-- | office/tapecalc/tapecalc.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/tapecalc/tapecalc.SlackBuild b/office/tapecalc/tapecalc.SlackBuild index 94b3b87bab..c4cd2320e0 100644 --- a/office/tapecalc/tapecalc.SlackBuild +++ b/office/tapecalc/tapecalc.SlackBuild @@ -13,13 +13,14 @@ # I'll use their name. As a nice side effect, it's easier to search # for under this name. +# 20250828 bkw: update for v20240916. # 20240208 bkw: update for v20240110. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tapecalc SRCNAM=add -VERSION=${VERSION:-20240110} +VERSION=${VERSION:-20240916} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |