office/libreoffice: Updated for version 7.1.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-06-12 22:43:24 +07:00
parent c1c8d1c81c
commit b7f56be26b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 5 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"