mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/libreoffice: Updated for version 7.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
43a620b230
commit
501a01eafc
2 changed files with 5 additions and 5 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-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libreoffice
|
||||
VERSION=${VERSION:-"7.2.5"}
|
||||
VERSION=${VERSION:-"7.3.0"}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libreoffice"
|
||||
VERSION="7.2.5"
|
||||
VERSION="7.3.0"
|
||||
HOMEPAGE="https://www.libreoffice.org"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.2.5/rpm/x86_64/LibreOffice_7.2.5_Linux_x86-64_rpm.tar.gz"
|
||||
MD5SUM_x86_64="f3a84b0b6804e704351a55cef16060ef"
|
||||
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"
|
||||
REQUIRES="jdk avahi"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue