Updated version

Added option to install version 1.5.1 with (free pdf architect) or version 1.6.1 (without pdf architect)
This commit is contained in:
Peter Singer
2013-01-03 17:31:16 +01:00
parent 6c02ca3dc4
commit 97b8fbe03c
9 changed files with 73 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
############################
VENDOR="pdfforge.org"
PN="pdfforge.pdfcreator"
VERSION="1.5.1"
VERSION="1.6.1"
RELEASE="1"
PRIORITY="0"
ADVICE=""
@@ -16,10 +16,15 @@ TYPE="public"
DL_FILE[0]="PDFCreator.jpg"
DL_SOURCE[0]="http://srcweb.net/wp-content/uploads/2011/01/PDFCreator.jpg"
DL_FILE[1]="PDFCreator-${VERSION}_setup.exe"
DL_SOURCE[1]="http://download.pdfforge.org/download/pdfcreator/PDFCreator-stable?download"
DL_FILE[1]="PDFCreator-1.5.1_setup.exe"
DL_SOURCE[1]="http://white.download.pdfforge.org/pdfcreator/1.5.1/PDFCreator-1_5_1_setup.exe"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallExe
DL_FILE[2]="PDFCreator-${VERSION}_setup.exe"
DL_SOURCE[2]="http://white.download.pdfforge.org/pdfcreator/1.6.1/PDFCreator-1_6_1_setup.exe"
DL_ARCH[2]="X86"
DL_WINST_NAME[2]=InstallExe2
# File array index for the image showing while installing the program
ICON_DL_INDEX=0