diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-17 07:05:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-22 11:33:15 +0700 |
commit | 76cc0b3928d4a1b8c5995adb54cc46e0e7e65224 (patch) | |
tree | 1023db10ef9bcc39b8d6e31b5239d342370d35e3 /office | |
parent | 5ec21ab15ed0a2acd55cf16bb2e019cf19b0f62e (diff) |
office/libreoffice: Updated for version 7.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 4 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 78c780558b5b..154a2bcabd26 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for LibreOffice -# Copyright 2006.2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA +# Copyright 2006.2007.2.18,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> # All rights reserved. @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libreoffice -VERSION=${VERSION:-"7.2.0"} +VERSION=${VERSION:-"7.2.1"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index 1f20491db398..30f01b514bf2 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="7.2.0" +VERSION="7.2.1" HOMEPAGE="https://www.libreoffice.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.2.0/rpm/x86_64/LibreOffice_7.2.0_Linux_x86-64_rpm.tar.gz" -MD5SUM_x86_64="531cfc08c2fa26e56e3043d745cf8e93" +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" REQUIRES="jdk avahi" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |