diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-02 19:11:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-02 19:11:26 +0700 |
commit | 347c8b145fdfecd5124fea1ba7f5fec7e295b1f6 (patch) | |
tree | bcf4f030d8804be85591dad267a6b3b54656478a /office/libreoffice | |
parent | 16d97cc70464b093c2ea4fc57c3b947a9106bf4d (diff) |
office/libreoffice: Updated for version 7.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/libreoffice')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 5 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 134de180eb0bd..541acb686a876 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libreoffice -VERSION=${VERSION:-"7.4.5"} +VERSION=${VERSION:-"7.5.0"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -44,9 +44,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index 12f766c0ed201..6fff03cb1f05a 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="7.4.5" +VERSION="7.5.0" HOMEPAGE="https://www.libreoffice.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.4.5/rpm/x86_64/LibreOffice_7.4.5_Linux_x86-64_rpm.tar.gz" -MD5SUM_x86_64="d758691cfaa2641173a380dfd1a0efba" +DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.5.0/rpm/x86_64/LibreOffice_7.5.0_Linux_x86-64_rpm.tar.gz" +MD5SUM_x86_64="b58ae6ffefcd001fdd743e4f2b8a508b" REQUIRES="zulu-openjdk8 avahi" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |