Skip to content

Commit

Permalink
Merge pull request #919 from mariux64/update-ghostscript-from-9.23-to…
Browse files Browse the repository at this point in the history
…-9.25

Update ghostscript from 9.23 to 9.25
  • Loading branch information
thomas authored Sep 19, 2018
2 parents 05f0a88 + f4a30b0 commit dd12679
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ghostscript.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/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"
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 dd12679

Please sign in to comment.