From 92c1174eda88b2ca03c4809d18d7ddf92ec6a8a1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 23 Feb 2025 11:29:49 +0000 Subject: [PATCH] ghostscript: Update to 10.04.0 This patch also fixes the GitHub download URL. Signed-off-by: Michael Tremer --- ghostscript/ghostscript.nm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ghostscript/ghostscript.nm b/ghostscript/ghostscript.nm index 0cb6bf9e4..0af7565be 100644 --- a/ghostscript/ghostscript.nm +++ b/ghostscript/ghostscript.nm @@ -4,7 +4,7 @@ ############################################################################### name = ghostscript -version = 10.0.0 +version = 10.04.0 release = 1 groups = Applications/Printing @@ -26,7 +26,12 @@ description language and in PDF. end -source_dl = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs1000/ +# This project is hosted on GitHub +github_organization = ArtifexSoftware +github_project = ghostpdl-downloads +github_version = gs10040 + +source_dl = %{github_download_url} build requires -- 2.47.3