diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 21:19:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-02 21:19:57 +0700 |
commit | 501a01eafcf5d473642030a83d6af8f74d0ad1e5 (patch) | |
tree | 10f26b16a3f88537696f9e192f0960acc3e0896b /office/libreoffice/libreoffice.SlackBuild | |
parent | 43a620b23064ff9fe9edca4b8e2bd513fffc7942 (diff) |
office/libreoffice: Updated for version 7.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/libreoffice/libreoffice.SlackBuild')
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index 45c4c4ba9de88..403724bf0ade4 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -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} |