diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2025-05-17 04:10:15 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-17 13:46:49 +0700 |
commit | 3e2ca1dc23c08e36b01e8023a0b71b058b88293a (patch) | |
tree | 66efd638358c2228b18f92fdfb748633b27cdeb0 | |
parent | 119840dd59faec36f820d95f8ad5ab63b5973cde (diff) |
misc/ghostpcl: Updated for version 10.05.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 8ffed07185..7804e249cd 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.05.0} +VERSION=${VERSION:-10.05.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/ghostpcl/ghostpcl.info b/misc/ghostpcl/ghostpcl.info index 51f01e1668..1c752fdbb1 100644 --- a/misc/ghostpcl/ghostpcl.info +++ b/misc/ghostpcl/ghostpcl.info @@ -1,8 +1,8 @@ PRGNAM="ghostpcl" -VERSION="10.05.0" +VERSION="10.05.1" HOMEPAGE="https://www.ghostscript.com" -DOWNLOAD="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10050/ghostpdl-10.05.0.tar.gz" -MD5SUM="34838499468acf68ed3857bb65a9ccf4" +DOWNLOAD="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10051/ghostpdl-10.05.1.tar.gz" +MD5SUM="cfb9e935e64ce092f64c4ffc420c0b97" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |