diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-01-09 19:43:06 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:38 +0700 |
commit | 7b57332d5779fcf9b3de8864ea20c44541c12845 (patch) | |
tree | 100438ab7adaa50af00c12ab912291b02cc0fa78 /office/LibreOffice | |
parent | 39f85d3abda25f53eb88d729f0426bc2ca67b33f (diff) |
office/LibreOffice: Updated for version 6.1.4.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice')
-rw-r--r-- | office/LibreOffice/LibreOffice.SlackBuild | 10 | ||||
-rw-r--r-- | office/LibreOffice/LibreOffice.info | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild index 1df7c946bfb1..f02b184f471b 100644 --- a/office/LibreOffice/LibreOffice.SlackBuild +++ b/office/LibreOffice/LibreOffice.SlackBuild @@ -4,7 +4,7 @@ # Slackware build script for LibreOffice -# Copyright 2015-2018 Christoph Willing Brisbane, Australia +# Copyright 2015-2019 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,9 +26,9 @@ PRGNAM=LibreOffice SRCNAM=libreoffice -VERSION=${VERSION:-6.1.3.2} +VERSION=${VERSION:-6.1.4.2} SHORT_VERSION=${VERSION%.*.*} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PACKAGER=${PACKAGER:-"AnonymousCoward"} @@ -75,7 +75,7 @@ patch -p1 < $CWD/0001-Update-mdds-to-1.4.1.patch patch -p1 < $CWD/0001-Update-orcus-to-0.14.0.patch if [ "$HAVE_SRCS_TARBALL" = "1" ]; then - tar xvf $CWD/$SRCNAM-${VERSION}-srcs_2.tar.xz + tar xvf $CWD/$SRCNAM-${VERSION}-srcs.tar.xz fi chown -R root:root . @@ -270,7 +270,7 @@ extmariadb="--enable-ext-mariadb-connector"; [ "${EXTMARIADB:-yes}" != "yes" ] chmod a+x bin/unpack-sources if [ "$HAVE_SRCS_TARBALL" = "0" ]; then make fetch - tar cvf - external/tarballs | xz -c > $CWD/$SRCNAM-$VERSION-srcs_2.tar.xz + tar cvf - external/tarballs | xz -c > $CWD/$SRCNAM-$VERSION-srcs.tar.xz echo ; echo "Run build script again with HAVE_SRCS_TARBALL=1" exit 0 fi diff --git a/office/LibreOffice/LibreOffice.info b/office/LibreOffice/LibreOffice.info index 81dd47fe59f1..1145e53b9a75 100644 --- a/office/LibreOffice/LibreOffice.info +++ b/office/LibreOffice/LibreOffice.info @@ -1,10 +1,10 @@ PRGNAM="LibreOffice" -VERSION="6.1.3.2" +VERSION="6.1.4.2" HOMEPAGE="http://libreoffice.org" -DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/6.1.3/libreoffice-6.1.3.2.tar.xz \ - http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-6.1.3.2-srcs_2.tar.xz" -MD5SUM="e53e729023440e8435a082b4f307b69b \ - 27dd5a89d83aea651874e1820dd0c268" +DOWNLOAD="http://download.documentfoundation.org/libreoffice/src/6.1.4/libreoffice-6.1.4.2.tar.xz \ + http://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-6.1.4.2-srcs.tar.xz" +MD5SUM="f6e69df90d8d6de6dd223d5309f71caa \ + 6846dfc948724bb9c89b29b5fa4f34e5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 openjdk apache-ant perl-Archive-Zip" |