From b5248de9c6766bd5bd9f1c065a77de9c2f0790ae Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 17 Sep 2018 11:38:52 +0200 Subject: [PATCH 1/2] ghostscript: Use version 9.25 --- ghostscript.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostscript.be0 b/ghostscript.be0 index 88cb202c0..ffae03ddd 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION ghostscript-9.23-0 +# BEE_VERSION ghostscript-9.25-0 SRCURL[0]="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/ghostscript-${PKGVERSION}.tar.gz" From f4a30b0102593b55bc8eb8b914644115e15eb5ca Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 17 Sep 2018 11:55:48 +0200 Subject: [PATCH 2/2] ghostscript: Get rid of fixed version in URL --- ghostscript.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghostscript.be0 b/ghostscript.be0 index ffae03ddd..5d22fc867 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -2,7 +2,8 @@ # BEE_VERSION ghostscript-9.25-0 -SRCURL[0]="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs923/ghostscript-${PKGVERSION}.tar.gz" +XPKGVERSION_COMPACT=$(echo ${PKGVERSION} | tr -d '.') +SRCURL[0]="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${XPKGVERSION_COMPACT}/ghostscript-${PKGVERSION}.tar.gz" B=${S}