diff options
author | Christoph Willing <chris.willing@linux.com> | 2023-09-28 07:01:25 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-30 11:16:34 +0700 |
commit | 692be4c02336949d2c454f1d445ee8b52d5cadb4 (patch) | |
tree | 20faa3dfe9513a968cc78ba2d0169266530ec087 | |
parent | b8f8d9aeba501b788ce87f82b57bbb9028ebfc73 (diff) |
office/LibreOffice: Updated for version 7.6.2.1
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 | 5 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index a0059abcef324..9c9f63878a147 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.6.1.2} +VERSION=${VERSION:-7.6.2.1} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -246,8 +246,9 @@ fi --with-system-libodfgen \ --with-system-libpng \ --with-system-librevenge \ - --with-system-libtiff \ + --with-system-libtiff \ --with-system-libvisio \ + --with-system-libwebp \ --with-system-libwpd \ --with-system-libwpg \ --with-system-libxml \ diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index 606c9cc37b347..28491409e96f2 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -1,10 +1,10 @@ PRGNAM="LibreOffice" -VERSION="7.6.1.2" +VERSION="7.6.2.1" HOMEPAGE="https://www.libreoffice.org" -DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.6.1/libreoffice-7.6.1.2.tar.xz \ - https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.6.1.2-srcs.tar.xz" -MD5SUM="e847e0f3caf04b76a698afd22d9ee1a5 \ - 89689d515f8c26c1e8aa48f55c771384" +DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.6.2/libreoffice-7.6.2.1.tar.xz \ + https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.6.2.1-srcs.tar.xz" +MD5SUM="13fca0b5df68b445340d7c5f8373e99c \ + 1bf3ca1d6ac2d1c81f740d4d4d0c0aeb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk11 apache-ant perl-Archive-Zip" |