mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/ghostpcl: Updated for version 10.04.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fbf2c3c7ed
commit
92b98e8f55
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=ghostpcl
|
||||
SRCNAM=ghostpdl
|
||||
VERSION=${VERSION:-10.03.1}
|
||||
VERSION=${VERSION:-10.04.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ghostpcl"
|
||||
VERSION="10.03.1"
|
||||
VERSION="10.04.0"
|
||||
HOMEPAGE="https://www.ghostscript.com"
|
||||
DOWNLOAD="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/ghostpdl-10.03.1.tar.gz"
|
||||
MD5SUM="a6e4f459e45df7020fb095c4e5ba95cd"
|
||||
DOWNLOAD="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostpdl-10.04.0.tar.gz"
|
||||
MD5SUM="3b634625bc4c105d9e98e8f7ae940f21"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue