diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-01-08 09:04:19 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-13 08:58:44 +0700 |
commit | fbc7984d4c1354332293812dbdcd1d01c7de5d3a (patch) | |
tree | 919490d7a9fadc4ab808bcb87f9d5a9e3f03106a /office/LibreOffice/LibreOffice.SlackBuild | |
parent | 71933b642d083857474afa0dc7d6f806c89ab48e (diff) |
office/LibreOffice: Updated for version 7.2.5.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 7e4eca5eeaab4..3e07618fd8ce0 100644 --- a/office/LibreOffice/LibreOffice.SlackBuild +++ b/office/LibreOffice/LibreOffice.SlackBuild @@ -4,7 +4,7 @@ # Slackware build script for LibreOffice -# Copyright 2015-2021 Christoph Willing Brisbane, Australia +# Copyright 2015-2022 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=LibreOffice SRCNAM=libreoffice -VERSION=${VERSION:-7.2.4.1} +VERSION=${VERSION:-7.2.5.2} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |