Skip to content

Commit

Permalink
Merge pull request #1038 from mariux64/update-ghostscript-from-9.25-t…
Browse files Browse the repository at this point in the history
…o-9.26

Update Ghostscript from 9.25 to 9.26
  • Loading branch information
pmenzel authored Feb 21, 2019
2 parents bae96a0 + 7234765 commit d404121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghostscript.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION ghostscript-9.25-0
# BEE_VERSION ghostscript-9.26-0

XPKGVERSION_COMPACT=$(echo ${PKGVERSION} | tr -d '.')
SRCURL[0]="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${XPKGVERSION_COMPACT}/ghostscript-${PKGVERSION}.tar.gz"
Expand All @@ -19,7 +19,7 @@ mee_configure() {

mee_build() {
bee_build
make so
start_cmd make so
}

mee_install() {
Expand Down

0 comments on commit d404121

Please sign in to comment.