diff options
Diffstat (limited to 'office/smoffice2021/smoffice2021.SlackBuild')
-rw-r--r-- | office/smoffice2021/smoffice2021.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/smoffice2021/smoffice2021.SlackBuild b/office/smoffice2021/smoffice2021.SlackBuild index 59d63a94b0438..353d40fe3ee31 100644 --- a/office/smoffice2021/smoffice2021.SlackBuild +++ b/office/smoffice2021/smoffice2021.SlackBuild @@ -2,10 +2,10 @@ # Slackware build script for smoffice2021 +# Copyright 2023-, Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2020-2023, Donald Cooley, South Haven, Indiana, USA # Based on the smoffice2018 SlackBuild by Alexander Verbovetsky # Based on the Arch Linux PKGBUILD. - -# Copyright 2020, Donald Cooley, South Haven, Indiana, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=smoffice2021 -VERSION=${VERSION:-2021_1024} +VERSION=${VERSION:-2021_1068} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |