office/pdfstudioviewer: Updated for version 2019.2.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2020-05-02 11:43:20 +07:00 committed by Willy Sudiarto Raharjo
parent 2860aec7bc
commit f2fa5fc79e
3 changed files with 6 additions and 9 deletions

View File

@ -24,6 +24,3 @@ OWNJAVA=yes ./pdfstudioviewer.SlackBuild
a version of Java that comes packaged with PDF Studio Viewer will be
installed under the PDF Studio Viewer installation directory, this Java
will not be used by other programs.
NOTE: The license of the sources don't permit free distribution, so
sources must be coming from upstream project.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pdfstudioviewer
VERSION=${VERSION:-2019.2.1}
VERSION=${VERSION:-2019.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
YEAR=${VERSION:0:4}

View File

@ -1,13 +1,13 @@
PRGNAM="pdfstudioviewer"
VERSION="2019.2.1"
VERSION="2019.2.2"
HOMEPAGE="https://www.qoppa.com/pdfstudioviewer/"
DOWNLOAD="https://download.qoppa.com/pdfstudioviewer/v2019/PDFStudioViewer_v2019_2_1_linux.deb \
DOWNLOAD="https://download.qoppa.com/pdfstudioviewer/v2019/PDFStudioViewer_v2019_2_2_linux.deb \
https://www.qoppa.com/files/pdfstudioviewer/guide/pdfstudioviewer2019_userguide.pdf"
MD5SUM="442a3ad85f67db0efb3bdc44f39b592d \
MD5SUM="668ef0991c34da5f5bb11787f041144b \
3db108d0e85311d6ed598a610f7de59e"
DOWNLOAD_x86_64="https://download.qoppa.com/pdfstudioviewer/v2019/PDFStudioViewer_v2019_2_1_linux64.deb \
DOWNLOAD_x86_64="https://download.qoppa.com/pdfstudioviewer/v2019/PDFStudioViewer_v2019_2_2_linux64.deb \
https://www.qoppa.com/files/pdfstudioviewer/guide/pdfstudioviewer2019_userguide.pdf"
MD5SUM_x86_64="3e063a0588bdda6b98c27ef80bf3ca0f \
MD5SUM_x86_64="a1fc932b47422711e906fb01a0779753 \
3db108d0e85311d6ed598a610f7de59e"
REQUIRES="jdk"
MAINTAINER="Alexander Verbovetsky"