mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
misc/ghostpcl: Updated for version 9.55.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5551612b8c
commit
596c8e71b8
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=ghostpcl
|
||||
SRCNAM=ghostpdl
|
||||
VERSION=${VERSION:-9.54.0}
|
||||
VERSION=${VERSION:-9.55.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ghostpcl"
|
||||
VERSION="9.54.0"
|
||||
VERSION="9.55.0"
|
||||
HOMEPAGE="https://www.ghostscript.com"
|
||||
DOWNLOAD="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9540/ghostpdl-9.54.0.tar.gz"
|
||||
MD5SUM="25de435bce3ddb370a86ddf9b7f090da"
|
||||
DOWNLOAD="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9550/ghostpdl-9.55.0.tar.gz"
|
||||
MD5SUM="cfc1d242c4680eca78a989b21d6ed180"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue