Bump
This commit is contained in:
@@ -5,26 +5,26 @@ VENDOR="pdfsam.org"
|
||||
PN="pdfsam.pdfsam"
|
||||
NAME="PDF Split and Merge"
|
||||
DESCRIPTION="A free open source tool to split and merge pdf documents"
|
||||
VERSION="2.2.4e"
|
||||
VERSION="4.0.4"
|
||||
RELEASE="3"
|
||||
PRIORITY="0"
|
||||
ADVICE=""
|
||||
ADVICE="32bit only 3.3.7 no new releases"
|
||||
|
||||
# TYPE - defines, if the install files are public or restricted.
|
||||
# Valid value: restricted | public
|
||||
TYPE="restricted"
|
||||
TYPE="public"
|
||||
|
||||
|
||||
DL_FILE[0]="enhanced.svg"
|
||||
DL_SOURCE[0]="https://pdfsam.org/imgs/enhanced.svg"
|
||||
|
||||
DL_FILE[1]="pdfsam-x86-v2_2_4e.msi"
|
||||
DL_SOURCE[1]="http://internal.graz.disconnected-by-peer.at/Orig/pdfsam/enhanced/2.2.4/pdfsam-x86-v2_2_4e.msi"
|
||||
DL_FILE[1]="pdfsam-3.3.7.msi"
|
||||
DL_SOURCE[1]="https://github.com/torakiki/pdfsam/releases/download/v3.3.7/pdfsam-3.3.7.msi"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=Install32Msi
|
||||
|
||||
DL_FILE[2]="pdfsam-x64-v2_2_4e.msi"
|
||||
DL_SOURCE[2]="http://internal.graz.disconnected-by-peer.at/Orig/pdfsam/enhanced/2.2.4/pdfsam-x64-v2_2_4e.msi"
|
||||
DL_FILE[2]="pdfsam-${VERSION}.msi"
|
||||
DL_SOURCE[2]="https://github.com/torakiki/pdfsam/releases/download/v${VERSION}/pdfsam-${VERSION}.msi"
|
||||
DL_ARCH[2]="X86_64"
|
||||
DL_WINST_NAME[2]=Install64Msi
|
||||
|
||||
@@ -33,8 +33,8 @@ ICON_DL_INDEX=0
|
||||
|
||||
OPSI_INI_SECTION[0]="X86"
|
||||
OPSI_INI_OPTION[0]="MsiId32"
|
||||
OPSI_INI_VALUE[0]="{126B830E-16E7-11E2-B42B-92326288709B}"
|
||||
OPSI_INI_VALUE[0]="{06F77008-B6FD-4871-809E-1F3E09985A05}"
|
||||
|
||||
OPSI_INI_SECTION[1]="X86_64"
|
||||
OPSI_INI_OPTION[1]="MsiId64"
|
||||
OPSI_INI_VALUE[1]="{126B830E-16E7-11E2-B42B-92326288709B}"
|
||||
OPSI_INI_VALUE[1]="{C3C9A143-931C-42FD-AAC7-26E7B5502BF8}"
|
||||
|
||||
Reference in New Issue
Block a user