added new poppler and fontforge release targets

This commit is contained in:
Stephen Gaito 2020-05-29 06:58:52 +01:00
parent 6ff6689d9f
commit 0cfb9720ab
1 changed files with 17 additions and 0 deletions

View File

@ -3,11 +3,28 @@
# This bash script exports environment variables for the latest software
# versions
# see: https://poppler.freedesktop.org/releases.html
# current working: 0.83.0
#export POPPLER_VERSION=poppler-0.89.0
#export POPPLER_VERSION=poppler-0.88.0
#export POPPLER_VERSION=poppler-0.87.0
#export POPPLER_VERSION=poppler-0.86.1
#export POPPLER_VERSION=poppler-0.86.0
#export POPPLER_VERSION=poppler-0.85.0
#export POPPLER_VERSION=poppler-0.84.0
export POPPLER_VERSION=poppler-0.83.0
#export POPPLER_VERSION=poppler-0.82.0
#export POPPLER_VERSION=poppler-0.81.0
# see: https://github.com/fontforge/fontforge/releases
# current working: 20190801
#export FONTFORGE_VERSION=20200314
export FONTFORGE_VERSION=20190801
#export FONTFORGE_VERSION=20190413
#export FONTFORGE_VERSION=20190413
#export FONTFORGE_VERSION=20190317
#export FONTFORGE_VERSION=20170731
if [ -z "$PDF2HTMLEX_BRANCH" ]; then