mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/libreoffice: Updated for version 7.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c1c8d1c81c
commit
b7f56be26b
3 changed files with 7 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue