diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-04 14:58:40 +0700 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:22:12 +1300 |
commit | e5084b5fac183f249b184cc6de584d68a0c4dfc0 (patch) | |
tree | 982863611092b379d1f34c57009726f4786787be | |
parent | ee5b17c3ab1887dfbae3e1a35301f855e83b744d (diff) |
office/libreoffice: Updated for version 7.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 2 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 403724bf0ade..958c4f680d6b 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libreoffice -VERSION=${VERSION:-"7.3.0"} +VERSION=${VERSION:-"7.3.1"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index 6014413aa69a..b4c5d2cec5a9 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="7.3.0" +VERSION="7.3.1" HOMEPAGE="https://www.libreoffice.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.3.0/rpm/x86_64/LibreOffice_7.3.0_Linux_x86-64_rpm.tar.gz" -MD5SUM_x86_64="561eb7c226e96bd2140c996154fce3b2" +DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.3.1/rpm/x86_64/LibreOffice_7.3.1_Linux_x86-64_rpm.tar.gz" +MD5SUM_x86_64="44f4c6def43bb85102a163f17661d25d" REQUIRES="zulu-openjdk8 avahi" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |