From 0cfb9720ab36a503a756ade663d7ae00d28d3fe0 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Fri, 29 May 2020 06:58:52 +0100 Subject: [PATCH] added new poppler and fontforge release targets --- buildScripts/versionEnvs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/buildScripts/versionEnvs b/buildScripts/versionEnvs index 77b3597..3412c83 100755 --- a/buildScripts/versionEnvs +++ b/buildScripts/versionEnvs @@ -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