diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-03-31 08:06:56 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:33 +0700 |
commit | 79e4d0b55ae91204621045eb1caa05c9ed396030 (patch) | |
tree | d4a0650f5ed1243f9d29147478c561488437149d | |
parent | 9ce819cce14e182dbe4cf1b647db0157862514a5 (diff) |
office/LibreOffice: Updated for version 7.5.2.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 2 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index c2be942159c5a..cc07b689fb4dc 100644 --- a/office/LibreOffice/LibreOffice.SlackBuild +++ b/office/LibreOffice/LibreOffice.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=LibreOffice SRCNAM=libreoffice -VERSION=${VERSION:-7.5.1.2} +VERSION=${VERSION:-7.5.2.2} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index 726e5037b503e..794d3eec94cc6 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -1,10 +1,10 @@ PRGNAM="LibreOffice" -VERSION="7.5.1.2" +VERSION="7.5.2.2" HOMEPAGE="https://www.libreoffice.org" -DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.5.1/libreoffice-7.5.1.2.tar.xz \ - https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.5.1.2-srcs.tar.xz" -MD5SUM="5a48583c5a224d6932ee138fbc3c23ff \ - 11692c5840f9f7fdaa6266c7d0b8ebb3" +DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.5.2/libreoffice-7.5.2.2.tar.xz \ + https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.5.2.2-srcs.tar.xz" +MD5SUM="636a4fa94c7361d9d0fd0bf840783c27 \ + 7c179f70639056ff005b91153a20d0a2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk11 apache-ant perl-Archive-Zip" |