diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-01 10:07:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-01 10:07:21 +0700 |
commit | 7d7422acacf60e62a018251f95bf97bd6d264e55 (patch) | |
tree | 64d2c7d83993583fbaef0acffcbd3eef728e85ca /office | |
parent | 7aca9a1cd713dde21e4771c841c031756b725545 (diff) |
office/MasterPDFEditor: Updated for version 5.9.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 7 | ||||
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index cc516ece1e0be..96dfa52968d2d 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for MasterPDFEditor -# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=MasterPDFEditor SRCNAM=master-pdf-editor -VERSION=${VERSION:-5.9.10} +VERSION=${VERSION:-5.9.20} MAJVER=${MAJVER:-5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# 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/MasterPDFEditor/MasterPDFEditor.info b/office/MasterPDFEditor/MasterPDFEditor.info index 3411a8440e64d..4d7010d0ddc09 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.info +++ b/office/MasterPDFEditor/MasterPDFEditor.info @@ -1,10 +1,10 @@ PRGNAM="MasterPDFEditor" -VERSION="5.9.10" +VERSION="5.9.20" HOMEPAGE="https://code-industry.net/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.9.10-qt5.x86_64.tar.gz" -MD5SUM_x86_64="de0a033d1e92deffd8b77ecfdd379742" +DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.9.20-qt5.x86_64.tar.gz" +MD5SUM_x86_64="990579b8e36d7af9860e5b21b00365be" REQUIRES="" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |