diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-22 12:05:45 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2018-11-22 12:05:45 +0000 |
commit | e3ba3642a87cce8b001c8d2a81d0f2118866ba30 (patch) | |
tree | ed9dbae496d170e19ec0bd38ec42cf83a823ccad /reproduce/src | |
parent | 017090b43a22d928fef16bceeb88da298d8e7c3a (diff) |
Ghostscript was updated to version 9.26
A new version of the ghostscript package is now available, so the used
version in the pipeline (previously 9.25) has been incremented to 9.26.
Diffstat (limited to 'reproduce/src')
-rw-r--r-- | reproduce/src/make/dependencies.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/src/make/dependencies.mk b/reproduce/src/make/dependencies.mk index 9ee2dcf..8ed359b 100644 --- a/reproduce/src/make/dependencies.mk +++ b/reproduce/src/make/dependencies.mk @@ -112,7 +112,7 @@ $(tarballs): $(tdir)/%: elif [ $$n = cmake ]; then w=https://cmake.org/files/v3.12 elif [ $$n = curl ]; then w=https://curl.haxx.se/download elif [ $$n = gawk ]; then w=http://ftp.gnu.org/gnu/gawk - elif [ $$n = ghostscript ]; then w=https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs925 + elif [ $$n = ghostscript ]; then w=https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926 elif [ $$n = git ]; then w=https://mirrors.edge.kernel.org/pub/software/scm/git elif [ $$n = gnuastro ]; then w=http://akhlaghi.org/src elif [ $$n = grep ]; then w=http://ftp.gnu.org/gnu/grep |