diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2025-03-20 13:39:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-20 21:00:43 +0700 |
commit | fad5dd341d72f8b85914aa09db03bf708f21b353 (patch) | |
tree | fc30e6a7f0fc5d39df4308aaf15c7e08d89396b8 /misc | |
parent | 8ba51fc7b44627ec2ab0300c381f5030e50b0958 (diff) |
misc/ghostpcl: Updated for version 10.05.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ghostpcl/ghostpcl.SlackBuild | 2 | ||||
-rw-r--r-- | misc/ghostpcl/ghostpcl.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/ghostpcl/ghostpcl.SlackBuild b/misc/ghostpcl/ghostpcl.SlackBuild index 959a2bf9fe..8ffed07185 100644 --- a/misc/ghostpcl/ghostpcl.SlackBuild +++ b/misc/ghostpcl/ghostpcl.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ghostpcl SRCNAM=ghostpdl -VERSION=${VERSION:-10.04.0} +VERSION=${VERSION:-10.05.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/ghostpcl/ghostpcl.info b/misc/ghostpcl/ghostpcl.info index 929b468807..51f01e1668 100644 --- a/misc/ghostpcl/ghostpcl.info +++ b/misc/ghostpcl/ghostpcl.info @@ -1,8 +1,8 @@ PRGNAM="ghostpcl" -VERSION="10.04.0" +VERSION="10.05.0" HOMEPAGE="https://www.ghostscript.com" -DOWNLOAD="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10040/ghostpdl-10.04.0.tar.gz" -MD5SUM="3b634625bc4c105d9e98e8f7ae940f21" +DOWNLOAD="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10050/ghostpdl-10.05.0.tar.gz" +MD5SUM="34838499468acf68ed3857bb65a9ccf4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |