28 lines
589 B
INI
28 lines
589 B
INI
|
############################
|
||
|
# Setup product information
|
||
|
############################
|
||
|
VENDOR="www.putty.org"
|
||
|
PN="putty"
|
||
|
VERSION="0.62"
|
||
|
RELEASE="1"
|
||
|
PRIORITY="0"
|
||
|
ADVICE=""
|
||
|
|
||
|
TYPE="public"
|
||
|
|
||
|
#####################
|
||
|
# File object array
|
||
|
#####################
|
||
|
|
||
|
FILE[0]="putty.png"
|
||
|
SOURCE[0]="http://agentur-lindner.com/files/2008/01/putty.png"
|
||
|
|
||
|
FILE[1]="putty-$VERSION-installer.exe"
|
||
|
SOURCE[1]="http://the.earth.li/~sgtatham/putty/latest/x86/putty-$VERSION-installer.exe"
|
||
|
ARCH[1]="X86"
|
||
|
WINST[1]="InstallExe"
|
||
|
|
||
|
# File array index for the image showing while installing the program
|
||
|
ICON_FILE_INDEX=0
|
||
|
|