This commit is contained in:
Mario Fetka 2011-07-02 18:53:28 +02:00
parent 2076a4d0fa
commit 22e9faac31
5 changed files with 6 additions and 6 deletions

View File

@ -1 +0,0 @@
e9f2eaa1e24f1b2b06fe41b9813c3a60aa1a2aff /usr/portage/distfiles/LibO_3.4.0_Win_x86_helppack_de.exe

View File

@ -1 +0,0 @@
6b5af24460ef0a08dcfdb5902d2f40d2c5dd2200 /usr/portage/distfiles/LibO_3.4.0_Win_x86_install_multi.exe

View File

@ -0,0 +1 @@
ac4426142c35ba5cf9b2dcf8ea5fda272f96cb40 /usr/portage/distfiles/LibO_3.4.1_Win_x86_helppack_de.exe

View File

@ -0,0 +1 @@
01180be8ff46e4f96c2bc975596edc8fb8ed3f86 /usr/portage/distfiles/LibO_3.4.1_Win_x86_install_multi.exe

View File

@ -1,14 +1,14 @@
#!/bin/sh
PN="libreoffice"
VERSION="3.4.0"
RELEASE="2"
VERSION="3.4.1"
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.0/win/x86/LibO_3.4.0_Win_x86_install_multi.exe"
X86HELP="http://download.documentfoundation.org/libreoffice/stable/3.4.0/win/x86/LibO_3.4.0_Win_x86_helppack_de.exe"
X86="http://download.documentfoundation.org/libreoffice/stable/3.4.1/win/x86/LibO_3.4.1_Win_x86_install_multi.exe"
X86HELP="http://download.documentfoundation.org/libreoffice/stable/3.4.1/win/x86/LibO_3.4.1_Win_x86_helppack_de.exe"
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}