office/libreoffice: Updated for version 7.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f7800eadec
commit
a66480b0f1
|
@ -2,9 +2,9 @@
|
|||
|
||||
# Slackware build script for LibreOffice
|
||||
|
||||
# Copyright 2006.2007.2.18,2009,2010 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2006.2007.2008,2009,2010 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2010-2014 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2014-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2021 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.1"}
|
||||
VERSION=${VERSION:-"7.2.2"}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libreoffice"
|
||||
VERSION="7.2.1"
|
||||
VERSION="7.2.2"
|
||||
HOMEPAGE="https://www.libreoffice.org"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.2.1/rpm/x86_64/LibreOffice_7.2.1_Linux_x86-64_rpm.tar.gz"
|
||||
MD5SUM_x86_64="7fd2e3f50d5945ff9e346625e49ed7ff"
|
||||
DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.2.2/rpm/x86_64/LibreOffice_7.2.2_Linux_x86-64_rpm.tar.gz"
|
||||
MD5SUM_x86_64="c9f5a1c7faa03155dbb59ef17d495d27"
|
||||
REQUIRES="jdk avahi"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in New Issue