diff options
author | B. Watson <urchlay@slackware.uk> | 2024-02-08 14:35:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:25 +0700 |
commit | ddf7719cd6d645ab7e3739d8061b95dc4d17f158 (patch) | |
tree | f5ab9d393d9b582c24fc3509f34358f8ba21697d /office | |
parent | c2572c514d395cb304eb78be2d408e6cc7e2a0b9 (diff) |
office/tapecalc: Updated for version 20240110.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/tapecalc/tapecalc.SlackBuild | 4 | ||||
-rw-r--r-- | office/tapecalc/tapecalc.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/office/tapecalc/tapecalc.SlackBuild b/office/tapecalc/tapecalc.SlackBuild index b0b8b699be0a..94b3b87babd1 100644 --- a/office/tapecalc/tapecalc.SlackBuild +++ b/office/tapecalc/tapecalc.SlackBuild @@ -13,11 +13,13 @@ # I'll use their name. As a nice side effect, it's easier to search # for under this name. +# 20240208 bkw: update for v20240110. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tapecalc SRCNAM=add -VERSION=${VERSION:-20230205} +VERSION=${VERSION:-20240110} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/tapecalc/tapecalc.info b/office/tapecalc/tapecalc.info index 341348819be9..96c4496a8a1d 100644 --- a/office/tapecalc/tapecalc.info +++ b/office/tapecalc/tapecalc.info @@ -1,8 +1,8 @@ PRGNAM="tapecalc" -VERSION="20230205" +VERSION="20240110" HOMEPAGE="https://invisible-island.net/add/add.html" -DOWNLOAD="https://invisible-island.net/archives/add/add-20230205.tgz" -MD5SUM="93e14f5e36a77bb3fb09099c61c134f9" +DOWNLOAD="https://invisible-island.net/archives/add/add-20240110.tgz" +MD5SUM="81a284a0e728b13738076ad5febb8f2a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |