diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-12 22:43:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-12 22:43:24 +0700 |
commit | b7f56be26b6fe3d83f3a63049de9432bacbca7ef (patch) | |
tree | c559afa24c4ed9882e74c3f546f74ecd282da829 /office/libreoffice | |
parent | c1c8d1c81c6d447d11172601605d33103f79d05a (diff) | |
download | slackbuilds-b7f56be26b6fe3d83f3a63049de9432bacbca7ef.tar.gz |
office/libreoffice: Updated for version 7.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/libreoffice')
-rw-r--r-- | office/libreoffice/README | 4 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 2 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/office/libreoffice/README b/office/libreoffice/README index ba40a67252..a0e0b56f74 100644 --- a/office/libreoffice/README +++ b/office/libreoffice/README @@ -10,4 +10,6 @@ dependencies not satisfied by a normal installation. Be sure to look at the script for some optional things you can do when building. -NOTE: See the separate SlackBuild script for the language packs. +NOTE: +See the separate SlackBuild script for the language packs. +Avahi is only needed if you need to use Impress. diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index c3910cc6d2..dd78babfff 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libreoffice -VERSION=${VERSION:-"7.1.3"} +VERSION=${VERSION:-"7.1.4"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index 97fbf1bb5f..cd150b3c18 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="7.1.3" +VERSION="7.1.4" HOMEPAGE="https://www.libreoffice.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.1.3/rpm/x86_64/LibreOffice_7.1.3_Linux_x86-64_rpm.tar.gz" -MD5SUM_x86_64="69eaf8e6e6c97dc7493d101452d4c86f" +DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.1.4/rpm/x86_64/LibreOffice_7.1.4_Linux_x86-64_rpm.tar.gz" +MD5SUM_x86_64="57e15aa1331a2d0a8b3c2c1f61b81581" REQUIRES="jdk avahi" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |