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 | |
parent | 71933b642d083857474afa0dc7d6f806c89ab48e (diff) | |
download | slackbuilds-fbc7984d4c1354332293812dbdcd1d01c7de5d3a.tar.gz |
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')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 4 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 7e4eca5eea..3e07618fd8 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} diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index b63b37eed4..56f88c2726 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -1,10 +1,10 @@ PRGNAM="LibreOffice" -VERSION="7.2.4.1" +VERSION="7.2.5.2" HOMEPAGE="https://www.libreoffice.org" -DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.2.4/libreoffice-7.2.4.1.tar.xz \ - https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.2.4.1-srcs.tar.xz" -MD5SUM="7dd2f4ff615d7f53ba6e89fa4fadf989 \ - 8a674ddfcf2e29676c4f03c9bdef3f19" +DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.2.5/libreoffice-7.2.5.2.tar.xz \ + https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.2.5.2-srcs.tar.xz" +MD5SUM="7438b50edad9fd31f8c73e1c48fde003 \ + 265b37ea04df581dec6c481864e06d47" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk11 apache-ant perl-Archive-Zip" |