Skip to content

Commit

Permalink
ghostscript: Get rid of fixed version in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Sep 17, 2018
1 parent b5248de commit f4a30b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ghostscript.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit f4a30b0

Please sign in to comment.