Change downloader to torrent

This commit is contained in:
Mario Fetka 2013-09-01 10:52:42 +02:00
parent f708949d30
commit c45931159e
1 changed files with 6 additions and 2 deletions

View File

@ -19,12 +19,16 @@ DL_FILE[0]="libo-logo.png"
DL_SOURCE[0]="http://www.cb-computerservice.at/bilder/libo-logo.png"
DL_FILE[1]="LibreOffice_${VERSION}_Win_x86.msi"
DL_SOURCE[1]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86.msi"
#DL_SOURCE[1]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86.msi"
DL_SOURCE[1]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86.msi.torrent"
DL_DOWNLOADER[1]="aria2c"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=InstallMsi
DL_FILE[2]="LibreOffice_${VERSION}_Win_x86_helppack_de.msi"
DL_SOURCE[2]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86_helppack_de.msi"
#DL_SOURCE[2]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86_helppack_de.msi"
DL_SOURCE[2]="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibreOffice_${VERSION}_Win_x86_helppack_de.msi.torrent"
DL_DOWNLOADER[2]="aria2c"
DL_ARCH[2]="X86"
DL_WINST_NAME[2]=InstallHelpDeMsi