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 /office/ProjectLibre/ProjectLibre.SlackBuild | |
parent | 718ee2803909a0637834ea7ec17c13dffbc71c6f (diff) |
office/ProjectLibre: Updated for version 1.9.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/ProjectLibre/ProjectLibre.SlackBuild')
-rw-r--r-- | office/ProjectLibre/ProjectLibre.SlackBuild | 7 |
1 files changed, 2 insertions, 5 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 |