From c45931159ea3b54548e8009a907dea9d2119a5bd Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 1 Sep 2013 10:52:42 +0200 Subject: [PATCH] Change downloader to torrent --- builder-product.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/builder-product.cfg b/builder-product.cfg index 3370cf2..e066461 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -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