office/cpdf: Updated for version 2.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-03-08 06:52:00 +07:00 committed by Willy Sudiarto Raharjo
parent 0465d2d49f
commit 7a4e732ef1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for cpdfappname>
# Copyright 2022-2023, Alexander Verbovetsky, Moscow, Russia
# Copyright 2022-2024, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cpdf
VERSION=${VERSION:-2.6.2}
VERSION=${VERSION:-2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="cpdf"
VERSION="2.6.2"
VERSION="2.7"
HOMEPAGE="https://community.coherentpdf.com"
DOWNLOAD="https://github.com/johnwhitington/cpdf-source/archive/v2.6.2/cpdf-source-2.6.2.tar.gz"
MD5SUM="d4fc82ac386963f5a0ca5b638fcb8e49"
DOWNLOAD="https://github.com/johnwhitington/cpdf-source/archive/v2.7/cpdf-source-2.7.tar.gz"
MD5SUM="acb32db92e3901bf3a146b232ac582d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="camlpdf"