Skip to content

Commit

Permalink
Merge pull request #64 from KyleSJohnston/fix/fop-url
Browse files Browse the repository at this point in the history
Use apache archive for fop-2.3
  • Loading branch information
mkitti authored Oct 14, 2021
2 parents b8bb58c + 0f157d7 commit 2081e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fop_gz = joinpath(tdeps, "fop-2.3-bin.tar.gz")

if !isfile(fop_gz)
@info " Downloading fop-2.3 binary from Apache OSUOSL Mirror"
download("https://apache.osuosl.org/xmlgraphics/fop/binaries/fop-2.3-bin.tar.gz", fop_gz)
download("https://archive.apache.org/dist/xmlgraphics/fop/binaries/fop-2.3-bin.tar.gz", fop_gz)
end
if !isfile(fop_jar)
if Sys.isunix() unpack_cmd = `tar xzf $fop_gz --directory=$tdeps` end
Expand Down

2 comments on commit 2081e6a

@Nosferican
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we get a patch release? v0.8.4?

@mkitti
Copy link
Collaborator Author

@mkitti mkitti commented on 2081e6a Oct 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Released: e583baf

Please sign in to comment.