diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-20 20:32:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-20 20:32:50 +0700 |
commit | da3876c7055e2989f2607182fe21cd3b90ee069c (patch) | |
tree | a643f07b845c97f056b5048a1558355ac9e7ef08 /office/ProjectLibre/ProjectLibre.SlackBuild | |
parent | f571dc0bedea998e27925e61b273585288df4601 (diff) |
office/ProjectLibre: Updated for version 1.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/ProjectLibre/ProjectLibre.SlackBuild')
-rw-r--r-- | office/ProjectLibre/ProjectLibre.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/ProjectLibre/ProjectLibre.SlackBuild b/office/ProjectLibre/ProjectLibre.SlackBuild index 8c2a2e49faa46..ca2764af81187 100644 --- a/office/ProjectLibre/ProjectLibre.SlackBuild +++ b/office/ProjectLibre/ProjectLibre.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild Script for ProjectLibre -# Copyright 2012-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2012-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ProjectLibre -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |