This commit is contained in:
Mario Fetka 2012-01-08 12:27:46 +01:00
parent d82abdf0fd
commit 2686c4ade7
5 changed files with 5 additions and 5 deletions

View File

@ -1 +0,0 @@
1f41f887f5a19ca3dc51ec4d32c279ded8ba5e32 /usr/portage/distfiles/LibO_3.4.3_Win_x86_helppack_de.exe

View File

@ -1 +0,0 @@
697b9e796e8955658e360fd32f16177ee17fe7e8 /usr/portage/distfiles/LibO_3.4.3_Win_x86_install_multi.exe

View File

@ -0,0 +1 @@
159d0b7e0a90eb9e02e1e8e4f853ddcce7548bce /usr/portage/distfiles/LibO_3.4.4_Win_x86_helppack_de.exe

View File

@ -0,0 +1 @@
0898a91d560904454a07cf5e089ed65c828bfe08 /usr/portage/distfiles/LibO_3.4.4_Win_x86_install_multi.exe

View File

@ -1,14 +1,14 @@
#!/bin/sh
PN="libreoffice"
VERSION="3.4.3"
VERSION="3.4.4"
RELEASE="1"
PRIORITY="0"
ADVICE=""
TYPE="public"
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
ICON="http://blog.mageia.org/en/wp-content/uploads/2010/11/libre-office-2.png"
X86="http://download.documentfoundation.org/libreoffice/stable/3.4.3/win/x86/LibO_3.4.3_Win_x86_install_multi.exe"
X86HELP="http://download.documentfoundation.org/libreoffice/stable/3.4.3/win/x86/LibO_3.4.3_Win_x86_helppack_de.exe"
X86="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibO_${VERSION}_Win_x86_install_multi.exe"
X86HELP="http://download.documentfoundation.org/libreoffice/stable/${VERSION}/win/x86/LibO_${VERSION}_Win_x86_helppack_de.exe"
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}