diff options
author | Christoph Willing <chris.willing@linux.com> | 2021-11-03 11:06:08 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-05 22:56:46 +0700 |
commit | 741c11f306c69408200dc69b174521023a870c44 (patch) | |
tree | 6daea0b46a613ae200ed09471b9fdacd93f9597d /office/LibreOffice | |
parent | 99ff13a7a536cb0ee28ae79516a11893920cb91d (diff) |
office/LibreOffice: Updated for version 7.2.2.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/LibreOffice')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 6 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index f76c64389f83..1cee5c60b6b4 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.2.1.2} +VERSION=${VERSION:-7.2.2.2} SHORT_VERSION=${VERSION%.*.*} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -291,8 +291,8 @@ if [ "$HAVE_SRCS_TARBALL" = "0" ]; then fi patch -p0 < $CWD/no-check-if-root.diff -patch -p0 < $CWD/skia-freetype-2.11.diff -patch -p0 < $CWD/bison_yyn-yyrule_rename.diff +#patch -p0 < $CWD/skia-freetype-2.11.diff +#patch -p0 < $CWD/bison_yyn-yyrule_rename.diff # GCC10 requirements (Tx alienBOB) sed -i external/libebook/ExternalProject_libebook.mk \ diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index e0c3db4f1e11..063f5c67f66c 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -1,10 +1,10 @@ PRGNAM="LibreOffice" -VERSION="7.2.1.2" +VERSION="7.2.2.2" HOMEPAGE="https://www.libreoffice.org" -DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.2.1/libreoffice-7.2.1.2.tar.xz \ - https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.2.1.2-srcs.tar.xz" -MD5SUM="2631963c2d42eab66f34c1e57e00a995 \ - ccd38deacdb161aeea36e1678604c880" +DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.2.2/libreoffice-7.2.2.2.tar.xz \ + https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.2.2.2-srcs.tar.xz" +MD5SUM="e99925407daf562d0a996b6812df718c \ + ea80b7b3a7b1658cdef8a8e3d108e6dc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk11 apache-ant perl-Archive-Zip" |