diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-29 09:06:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-29 09:06:44 +0700 |
commit | 5bea0078e1db7aa8e05e2c460ec2a9a8c86076c6 (patch) | |
tree | a8778bdf004ddf172fb0115e91d20f99fd2d1a83 | |
parent | 718ee2803909a0637834ea7ec17c13dffbc71c6f (diff) |
office/ProjectLibre: Updated for version 1.9.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/ProjectLibre/ProjectLibre.SlackBuild | 7 | ||||
-rw-r--r-- | office/ProjectLibre/ProjectLibre.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/office/ProjectLibre/ProjectLibre.SlackBuild b/office/ProjectLibre/ProjectLibre.SlackBuild index 048f393e8e..67f0eed7a0 100644 --- a/office/ProjectLibre/ProjectLibre.SlackBuild +++ b/office/ProjectLibre/ProjectLibre.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # SlackBuild Script for ProjectLibre -# Copyright 2012-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2012-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ProjectLibre -VERSION=${VERSION:-1.9.3} +VERSION=${VERSION:-1.9.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -32,9 +32,6 @@ PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch SRCNAM=projectlibre -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/office/ProjectLibre/ProjectLibre.info b/office/ProjectLibre/ProjectLibre.info index 8bbdcc989c..11586a39b0 100644 --- a/office/ProjectLibre/ProjectLibre.info +++ b/office/ProjectLibre/ProjectLibre.info @@ -1,8 +1,8 @@ PRGNAM="ProjectLibre" -VERSION="1.9.3" +VERSION="1.9.8" HOMEPAGE="https://sourceforge.net/projects/projectlibre/" -DOWNLOAD="https://downloads.sourceforge.net/projectlibre/projectlibre-1.9.3.tar.gz" -MD5SUM="00ba2b6f674fbdf781b04830c8d8a973" +DOWNLOAD="https://downloads.sourceforge.net/projectlibre/projectlibre-1.9.8.tar.gz" +MD5SUM="3eede07564f8b46a826264bc8f3f0d0b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk8" |