diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-31 20:18:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-31 20:18:46 +0700 |
commit | 632daa5802f025c4f42d12ba2a5520b74a259837 (patch) | |
tree | 4ece63254ed5ec92675b761ba4fefd31486bcad9 /office/libreoffice/libreoffice.SlackBuild | |
parent | cad4a4073b0a1cb7551f6a480dd39311e98bf3f6 (diff) |
office/libreoffice: Updated for version 6.0.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 ad68b475c392..95155470bb5c 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-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libreoffice -VERSION=${VERSION:-"5.4.4"} +VERSION=${VERSION:-"6.0.0"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |