diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 08:23:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 08:23:36 +0700 |
commit | e5f149e283854c3ddc0f56df2b65e784243724e6 (patch) | |
tree | 2fec43f0e4b2808fa9e611d9711e61d4a0f017b8 /office | |
parent | 90fd301f27d7a4b0e4cd7b106d941a0e89ef0a6b (diff) | |
download | slackbuilds-e5f149e283854c3ddc0f56df2b65e784243724e6.tar.gz |
office/ProjectLibre: Updated for version 1.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/ProjectLibre/ProjectLibre.SlackBuild | 4 | ||||
-rw-r--r-- | office/ProjectLibre/ProjectLibre.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/ProjectLibre/ProjectLibre.SlackBuild b/office/ProjectLibre/ProjectLibre.SlackBuild index 8f185b679e..d89af03948 100644 --- a/office/ProjectLibre/ProjectLibre.SlackBuild +++ b/office/ProjectLibre/ProjectLibre.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild Script for ProjectLibre -# Copyright 2012-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2012-2020 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.9.1} +VERSION=${VERSION:-1.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/ProjectLibre/ProjectLibre.info b/office/ProjectLibre/ProjectLibre.info index 4959778b6a..639f6c1b64 100644 --- a/office/ProjectLibre/ProjectLibre.info +++ b/office/ProjectLibre/ProjectLibre.info @@ -1,8 +1,8 @@ PRGNAM="ProjectLibre" -VERSION="1.9.1" +VERSION="1.9.2" HOMEPAGE="https://sourceforge.net/projects/projectlibre/" -DOWNLOAD="https://downloads.sourceforge.net/projectlibre/projectlibre-1.9.1.tar.gz" -MD5SUM="93083e41a364a6b3d140b03c68ce2eee" +DOWNLOAD="https://downloads.sourceforge.net/projectlibre/projectlibre-1.9.2.tar.gz" +MD5SUM="2d39d676dfb03c25b84fc123e03440f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |