mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/LibreOffice: Updated for version 7.5.4.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
33114c5815
commit
10019b582b
2 changed files with 7 additions and 7 deletions
|
@ -28,9 +28,9 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=LibreOffice
|
||||
SRCNAM=libreoffice
|
||||
VERSION=${VERSION:-7.5.3.2}
|
||||
VERSION=${VERSION:-7.5.4.2}
|
||||
SHORT_VERSION=${VERSION%.*.*}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="LibreOffice"
|
||||
VERSION="7.5.3.2"
|
||||
VERSION="7.5.4.2"
|
||||
HOMEPAGE="https://www.libreoffice.org"
|
||||
DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.5.3/libreoffice-7.5.3.2.tar.xz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.5.3.2-srcs.tar.xz"
|
||||
MD5SUM="cf7d9063553f11ae6d3044a80bd56905 \
|
||||
bb47becd01dbf71ffd479679c69ba46d"
|
||||
DOWNLOAD="https://download.documentfoundation.org/libreoffice/src/7.5.4/libreoffice-7.5.4.2.tar.xz \
|
||||
https://sourceforge.net/projects/slackbuildsdirectlinks/files/LibreOffice/libreoffice-7.5.4.2-srcs.tar.xz"
|
||||
MD5SUM="da850bcc4306d40e92d713675e6a1014 \
|
||||
ce69908c58e7c4c6c93898c5a118851c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk11 apache-ant perl-Archive-Zip"
|
||||
|
|
Loading…
Reference in a new issue