diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-31 22:04:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:58 +0700 |
commit | d7911c69f4eb6b28c16bde6aeffd70ce288fefd0 (patch) | |
tree | 55fa079d5f6e7e49647e577c4ce568723c3fac41 /office | |
parent | 689cf4f777687977eabf7ea94e168d9f6c99fc4a (diff) |
office/libreoffice: Updated for version 7.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-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 958c4f680d6b..a3d82a51c09a 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.1"} +VERSION=${VERSION:-"7.3.2"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index b4c5d2cec5a9..e54c189e0613 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="7.3.1" +VERSION="7.3.2" HOMEPAGE="https://www.libreoffice.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -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" +DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.3.2/rpm/x86_64/LibreOffice_7.3.2_Linux_x86-64_rpm.tar.gz" +MD5SUM_x86_64="f2e63c8b52764566eb9f324281e1de87" REQUIRES="zulu-openjdk8 avahi" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |