mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
office/libreoffice: Updated for version 6.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cad4a4073b
commit
632daa5802
2 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2010-2014 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libreoffice
|
||||
VERSION=${VERSION:-"5.4.4"}
|
||||
VERSION=${VERSION:-"6.0.0"}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libreoffice"
|
||||
VERSION="5.4.4"
|
||||
VERSION="6.0.0"
|
||||
HOMEPAGE="https://www.libreoffice.org"
|
||||
DOWNLOAD="https://download.documentfoundation.org/libreoffice/stable/5.4.4/rpm/x86/LibreOffice_5.4.4_Linux_x86_rpm.tar.gz"
|
||||
MD5SUM="0ad69b6353563786094e30581a13ac6d"
|
||||
DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/5.4.4/rpm/x86_64/LibreOffice_5.4.4_Linux_x86-64_rpm.tar.gz"
|
||||
MD5SUM_x86_64="3c31c74ab703f452db37f74bd77a27f8"
|
||||
DOWNLOAD="https://download.documentfoundation.org/libreoffice/stable/6.0.0/rpm/x86/LibreOffice_6.0.0_Linux_x86_rpm.tar.gz"
|
||||
MD5SUM="33ebc9aaa637d07fbd7528a2de26d0b1"
|
||||
DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/6.0.0/rpm/x86_64/LibreOffice_6.0.0_Linux_x86-64_rpm.tar.gz"
|
||||
MD5SUM_x86_64="19ecd873dcbe77162c00cd6950c6a22b"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue